diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-15 17:58:24 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-15 18:02:02 +0200 |
commit | 10e3c7c428a7d231055d643e12f454c4267deab2 (patch) | |
tree | 8b8e1e0de9e9e5bc915cef659451555d8a971b12 /l10ntools/inc | |
parent | e8e65884b0add7efce8ed95a673be63d68451a57 (diff) |
Delete remaind code of an obsolote parameter
Past: Use "-l en-US, af, hu..." parameter for transex
and to work with this string use InitLanguages() function.
Now: Use "-l all" parameter and get langauges from po files.
So InitLanguages is unneeded.
Change-Id: Ide6b3d24fb8b483c0c31034b1ffd6aba31c5e4c9
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 719102dfb5b4..35f97724cebe 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -206,7 +206,6 @@ private: sal_Bool bReadOver; sal_Bool bDontWriteOutput; OString sLastTextTyp; - bool isInitialized; OString sFilename; OString sLanguages; @@ -238,8 +237,6 @@ private: void WriteToMerged(const OString &rText , bool bSDFContent); void SetChildWithText(); - void InitLanguages( bool bMergeMode = false ); - void CutComment( OString &rText ); public: |