summaryrefslogtreecommitdiff
path: root/l10ntools/source/propmerge.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/propmerge.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/propmerge.cxx')
-rw-r--r--l10ntools/source/propmerge.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/propmerge.cxx b/l10ntools/source/propmerge.cxx
index a4440e96d79d..79c737ed0917 100644
--- a/l10ntools/source/propmerge.cxx
+++ b/l10ntools/source/propmerge.cxx
@@ -180,7 +180,8 @@ void PropParser::Merge( const OString &rMergeSrc, const OString &rDestinationFil
return;
}
- MergeDataFile aMergeDataFile( rMergeSrc, m_sSource, false );
+ MergeDataFile aMergeDataFile(
+ rMergeSrc, m_sSource, false, m_sLang == "qtz" );
const std::vector<OString> vLanguages = aMergeDataFile.GetLanguages();
if( m_sLang != "qtz" && vLanguages.size()>=2 &&