summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/parrtf.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 62ddfeba6c68..7a09a7b47063 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -35,8 +35,10 @@ const int MAX_TOKEN_LEN = 128;
SvRTFParser::SvRTFParser( SvStream& rIn, sal_uInt8 nStackSize )
: SvParser( rIn, nStackSize ),
- eUNICodeSet( RTL_TEXTENCODING_MS_1252 ), // default ist ANSI-CodeSet
- nUCharOverread( 1 )
+ , nOpenBrakets(0)
+ , eCodeSet(RTL_TEXTENCODING_MS_1252)
+ , eUNICodeSet(RTL_TEXTENCODING_MS_1252) // default ist ANSI-CodeSet
+ , nUCharOverread(1)
{
// default ist ANSI-CodeSet
SetSrcEncoding( RTL_TEXTENCODING_MS_1252 );