diff options
Diffstat (limited to 'l10ntools/source/helpmerge.cxx')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 007c3e04441d..af48e3c86c85 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -142,12 +142,9 @@ bool HelpParser::CreatePO( return true; } -bool HelpParser::Merge( const OString &rPOFile, const OString &rDestinationFile, +bool HelpParser::Merge( const OString &rDestinationFile, const OString& rLanguage , MergeDataFile* pMergeDataFile ) { - - (void) rPOFile; - SimpleXMLParser aParser; //TODO: explicit BOM handling? |