summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/propex.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-27 20:08:50 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-27 20:09:31 +0100
commit8e26b4783f1f47ff5d489e7df5869240eefd1071 (patch)
tree80c4c9899fb3b05fcadc845444b06e1e3221e1c2 /l10ntools/source/propex.cxx
parentTry to fix python problems (diff)
downloadcore-8e26b4783f1f47ff5d489e7df5869240eefd1071.tar.gz
core-8e26b4783f1f47ff5d489e7df5869240eefd1071.zip
Refactor l10ntools
Delete unused functions. Make Export class more encapsulated. Move to local that functions which are used only in one file. Common contans method which are used by all executables. Helper contains methods belong to xml parsing. Change-Id: I28773a2c7eea90da7df7f32720fd38de2cb661ac
Diffstat (limited to 'l10ntools/source/propex.cxx')
-rw-r--r--l10ntools/source/propex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/propex.cxx b/l10ntools/source/propex.cxx
index 8517bfb3bdd4..b12f4d32d6f6 100644
--- a/l10ntools/source/propex.cxx
+++ b/l10ntools/source/propex.cxx
@@ -9,15 +9,15 @@
#include "sal/main.h"
-#include "export.hxx"
+#include "common.hxx"
#include "propmerge.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("propex","*.properties");
+ common::writeUsage("propex","*.properties");
return 1;
}