[Libreoffice-commits] core.git: Branch 'feature/perfwork5' - sax/source
László Németh
nemeth at collabora.com
Mon Nov 10 17:13:41 PST 2014
sax/source/fastparser/fastparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7b902d605cb5336b6f66d33e42d34b13de413011
Author: László Németh <nemeth at collabora.com>
Date: Tue Nov 11 02:10:14 2014 +0100
Windows build fix of "make sax_fastparser use libxml2"
Change-Id: I9d8d43010e098e5bf3414e4d3985b62601f97a03
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 99006ff..1e056d7 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -931,7 +931,7 @@ void FastSaxParserImpl::setEntityResolver(const Reference < XEntityResolver > &
maData.mxEntityResolver = Resolver;
}
-void FastSaxParserImpl::setLocale( const Locale & Locale ) throw (RuntimeException)
+void FastSaxParserImpl::setLocale( const lang::Locale & Locale ) throw (RuntimeException)
{
maData.maLocale = Locale;
}
More information about the Libreoffice-commits
mailing list