summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Németh <nemeth@collabora.com>2014-11-12 22:32:56 +0100
committerLászló Németh <nemeth@numbertext.org>2014-11-12 22:34:57 +0100
commitdb854cec7a84e7d92b1900d9bcb79251290b54bf (patch)
treef9b5e0159f88e45863881e18584fb35b7b60f083
parentpackage: Do not bother with deflating big jpeg images (diff)
downloadcore-db854cec7a84e7d92b1900d9bcb79251290b54bf.tar.gz
core-db854cec7a84e7d92b1900d9bcb79251290b54bf.zip
Window build fix of 'make saxfastparser use libmlx2's sax2 interface'
Change-Id: Ie7240945459e880c4141f58385c51e5ded48e33c
-rw-r--r--sax/source/fastparser/fastparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 2daeb7d50468..e68869d9151a 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;