diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/xrmmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx index 510fc1a099fa..421195d54e10 100644 --- a/l10ntools/source/xrmmerge.cxx +++ b/l10ntools/source/xrmmerge.cxx @@ -286,7 +286,7 @@ OString XRMResParser::GetAttribute( const OString &rToken, const OString &rAttri void XRMResParser::Error( const OString &rError ) { - yyerror(( char * ) rError.getStr()); + yyerror(rError.getStr()); } |