summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpex.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-12-02 05:07:46 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-12-02 05:26:01 +0100
commit05ac3878bba25f39077b98ad2ac2fee908aea265 (patch)
tree13a935d7ee2b92c11bf5275e39631e02ef411489 /l10ntools/source/helpex.cxx
parentfbb7f5f010aed4084c5c4c42ceba8ecbbd1a8faf (diff)
Ignore qtz in ulfex and some other places
Installation not works well with qtz so ignore it in ulf files. In those executables which work with one lang at a time it is unwanted to store the useless qtz strings at all call. Change-Id: I1d65ec340da1832404001ad18820407e56615db6
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 7ab581a2a1d6..21a8b9d3e1b7 100644
--- a/l10ntools/source/helpex.cxx
+++ b/l10ntools/source/helpex.cxx
@@ -81,7 +81,8 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
std::cerr << "Helpex error: cannot open input file\n";
return 1;
}
- MergeDataFile aMergeDataFile( aArgs.m_sMergeSrc, OString(), false);
+ MergeDataFile aMergeDataFile(
+ aArgs.m_sMergeSrc, OString(), false, false );
std::string sTemp;
aInput >> sTemp;
while( !aInput.eof() )
@@ -104,7 +105,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
{
HelpParser aParser( aArgs.m_sInputFile );
MergeDataFile aMergeDataFile(
- aArgs.m_sMergeSrc, aArgs.m_sInputFile, false );
+ aArgs.m_sMergeSrc, aArgs.m_sInputFile, false, false );
hasNoError =
aParser.Merge(
aArgs.m_sMergeSrc, aArgs.m_sOutputFile,