sax/source/fastparser/fastparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit db854cec7a84e7d92b1900d9bcb79251290b54bf Author: László Németh <nem...@collabora.com> Date: Wed Nov 12 22:32:56 2014 +0100 Window build fix of 'make saxfastparser use libmlx2's sax2 interface' Change-Id: Ie7240945459e880c4141f58385c51e5ded48e33c diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 2daeb7d..e68869d 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -654,7 +654,7 @@ sal_Int32 FastSaxParserImpl::GetToken( const xmlChar* pName, sal_Int32 nameLen / XML_CAST( pName ), nameLen ); // uses utf-8 } -sal_Int32 FastSaxParserImpl::GetTokenWithPrefix( const xmlChar* pPrefix, int nPrefixLen, const xmlChar* pName, int nNameLen ) throw (SAXException) +sal_Int32 FastSaxParserImpl::GetTokenWithPrefix( const xmlChar* pPrefix, sal_Int32 nPrefixLen, const xmlChar* pName, sal_Int32 nNameLen ) throw (SAXException) { sal_Int32 nNamespaceToken = FastToken::DONTKNOW;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits