summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-22 11:43:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-22 11:43:00 +0100
commitaa555c725b9529d5ddb61ae75b65942b4c35b47a (patch)
treef50b8324ca10c745eb64f9c77a66131fc05213b1 /svtools/source
parent0060649399eb130848a79b224ddc39a81721249b (diff)
stray comma
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/svrtf/parrtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 7a09a7b47063..0818d24eb935 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -34,7 +34,7 @@ const int MAX_TOKEN_LEN = 128;
#define RTF_ISALPHA( c ) comphelper::string::isalphaAscii(c)
SvRTFParser::SvRTFParser( SvStream& rIn, sal_uInt8 nStackSize )
- : SvParser( rIn, nStackSize ),
+ : SvParser( rIn, nStackSize )
, nOpenBrakets(0)
, eCodeSet(RTL_TEXTENCODING_MS_1252)
, eUNICodeSet(RTL_TEXTENCODING_MS_1252) // default ist ANSI-CodeSet