summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:31:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:31:43 +0200
commit5c2002d0d2a0dafe4d4315946c76cef6b2adb9a6 (patch)
tree2def7e2eb75dd0eeeef52ae2c6f05bf715fe89e6 /l10ntools/inc
parent66d19e8f6acda6de9300d86cb15edd2dd5f7228f (diff)
loplugin:casttovoid: l10ntools
Change-Id: I9f21497e821632936074272b52879507f60afe65
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/helpmerge.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx
index f5af853a51d0..5837cc2f7765 100644
--- a/l10ntools/inc/helpmerge.hxx
+++ b/l10ntools/inc/helpmerge.hxx
@@ -47,9 +47,8 @@ public:
static bool CreatePO( const OString &rPOFile_in, const OString &sHelpFile,
XMLFile *pXmlFile, const OString &rGsi1 );
-/// Method merges the String from the POfile into XMLfile. Both Strings must
-/// point to existing files.
- bool Merge( const OString &rPOFile_in, const OString &rDestinationFile_in ,
+/// Method merges the String into XMLfile, which must point to an existing file.
+ bool Merge( const OString &rDestinationFile_in ,
const OString& sLanguage , MergeDataFile* pMergeDataFile );
private: