diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 22:09:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-13 10:15:20 +0100 |
commit | 13caa83dca4e1507a6e0213bd122d13af570d132 (patch) | |
tree | bab051d3eea4eddfa30d3fd0d5ce21cb294a2969 /l10ntools/inc | |
parent | c216006f0a35c812ca999d8f68eaeb8e453c58fa (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.hxx | 4 |
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(); |