[Libreoffice-commits] core.git: sax/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Nov 15 03:24:20 PST 2014


 sax/source/fastparser/fastparser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 169562ff2648a99a04a7faf6223c471e957608db
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Nov 15 12:23:04 2014 +0100

    windows blind fix

diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 8d5dad2..38a4bbb 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -877,7 +877,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