summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/saxparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/localedata/saxparser.cxx')
-rw-r--r--i18npool/source/localedata/saxparser.cxx2
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 );
}