summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/helpex.cxx')
-rw-r--r--l10ntools/source/helpex.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx
index 5d46262d80b4..35aec5e3b8d9 100644
--- a/l10ntools/source/helpex.cxx
+++ b/l10ntools/source/helpex.cxx
@@ -30,6 +30,7 @@
#include "sal/main.h"
#include "helpmerge.hxx"
+#include "common.hxx"
#ifndef TESTDRIVER
@@ -60,8 +61,8 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
}
}
- HandledArgs aArgs;
- if ( !Export::handleArguments( argc, argv, aArgs) )
+ common::HandledArgs aArgs;
+ if ( !common::handleArguments( argc, argv, aArgs) )
{
WriteUsage();
return 1;