diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/saxparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx index c50c5601d343..547191c5d309 100644 --- a/i18npool/source/localedata/saxparser.cxx +++ b/i18npool/source/localedata/saxparser.cxx @@ -179,7 +179,7 @@ public: // Error handler ++nError; printf( "Error !\n" ); throw SAXException( - OUString( "error from error handler") , + "error from error handler", Reference < XInterface >() , aSAXParseException ); } |