diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-12-02 05:07:46 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-12-02 05:26:01 +0100 |
commit | 05ac3878bba25f39077b98ad2ac2fee908aea265 (patch) | |
tree | 13a935d7ee2b92c11bf5275e39631e02ef411489 /l10ntools/inc | |
parent | fbb7f5f010aed4084c5c4c42ceba8ecbbd1a8faf (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/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 28807f6c95a8..af94c17b5c2b 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -460,8 +460,9 @@ class MergeDataFile const rtl::OString &rQHTEXT, const rtl::OString &rTITLE, const rtl::OString &sFilename, bool bCaseSensitive); public: - explicit MergeDataFile(const rtl::OString &rFileName, - const rtl::OString& rFile, bool bCaseSensitive); + explicit MergeDataFile( + const rtl::OString &rFileName, const rtl::OString& rFile, + bool bCaseSensitive, bool bWithQtz = true ); ~MergeDataFile(); |