summaryrefslogtreecommitdiff
path: root/l10ntools/source/stringex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/stringex.cxx')
-rw-r--r--l10ntools/source/stringex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/stringex.cxx b/l10ntools/source/stringex.cxx
index cf4a227c7a5a..1b507f82eca3 100644
--- a/l10ntools/source/stringex.cxx
+++ b/l10ntools/source/stringex.cxx
@@ -10,15 +10,15 @@
#include <iostream>
#include "sal/main.h"
-#include "export.hxx"
+#include "common.hxx"
#include "stringmerge.hxx"
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
- HandledArgs aArgs;
- if( !Export::handleArguments(argc, argv, aArgs) )
+ common::HandledArgs aArgs;
+ if( !common::handleArguments(argc, argv, aArgs) )
{
- Export::writeUsage("stringex","string.xml");
+ common::writeUsage("stringex","string.xml");
return 1;
}