summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/helpmerge.cxx')
-rw-r--r--l10ntools/source/helpmerge.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index ddcece2b492c..60ae8ed21962 100644
--- a/l10ntools/source/helpmerge.cxx
+++ b/l10ntools/source/helpmerge.cxx
@@ -40,6 +40,7 @@
#include <direct.h>
#endif
+#include "export.hxx"
#include "common.hxx"
#include "helper.hxx"
#include "po.hxx"
@@ -135,7 +136,7 @@ bool HelpParser::CreatePO(
replaceAll("\n",OString()).
replaceAll("\t",OString()).trim());
- Export::writePoEntry(
+ common::writePoEntry(
"Helpex", aPoOutput, sHelpFile, rGsi1,
posm->first, pXMLElement->GetOldref(), OString(), data);