summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-12 22:09:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-13 10:15:20 +0100
commit13caa83dca4e1507a6e0213bd122d13af570d132 (patch)
treebab051d3eea4eddfa30d3fd0d5ce21cb294a2969 /l10ntools/inc
parentc216006f0a35c812ca999d8f68eaeb8e453c58fa (diff)
no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possible
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index c33960fa8468..8c42647d4bbc 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -294,8 +294,6 @@ class Export
private:
WordTransformer *pWordTransformer;
- CharSet aCharSet; // used charset in src
-
SvFileStream aOutput;
ResStack aResStack; // stack for parsing recursive
@@ -515,7 +513,7 @@ class MergeDataFile
);
ByteString Dump();
public:
- MergeDataFile( const ByteString &rFileName, const ByteString& rFile , sal_Bool bErrLog, CharSet aCharSet, bool bCaseSensitive = false );
+ explicit MergeDataFile( const ByteString &rFileName, const ByteString& rFile, bool bErrLog, bool bCaseSensitive = false );
~MergeDataFile();