[Libreoffice-commits] core.git: svtools/source

Caolán McNamara caolanm at redhat.com
Tue Apr 22 03:43:34 PDT 2014


 svtools/source/svrtf/parrtf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa555c725b9529d5ddb61ae75b65942b4c35b47a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Apr 22 11:43:00 2014 +0100

    stray comma
    
    Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253

diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 7a09a7b..0818d24 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


More information about the Libreoffice-commits mailing list