summaryrefslogtreecommitdiff
path: root/l10ntools/source/export.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/export.cxx')
-rw-r--r--l10ntools/source/export.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx
index b4995ca04fb5..a3f98ef3f2ac 100644
--- a/l10ntools/source/export.cxx
+++ b/l10ntools/source/export.cxx
@@ -152,8 +152,7 @@ bool ResData::SetId( const OString& rId, IdLevel nLevel )
if ( bChild && bChildWithText )
{
- OString sError("ResId after child definition");
- yyerror(sError.getStr());
+ yyerror("ResId after child definition");
SetError();
}
@@ -830,9 +829,8 @@ OString Export::FullId()
}
if (sFull.getLength() > 255)
{
- OString sError("GroupId > 255 chars");
printf("GroupID = %s\n", sFull.getStr());
- yyerror(sError.getStr());
+ yyerror("GroupId > 255 chars");
}
return sFull.makeStringAndClear();