diff options
Diffstat (limited to 'include/svtools/parrtf.hxx')
-rw-r--r-- | include/svtools/parrtf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/parrtf.hxx b/include/svtools/parrtf.hxx index c67318a400f5..136026f56990 100644 --- a/include/svtools/parrtf.hxx +++ b/include/svtools/parrtf.hxx @@ -36,7 +36,7 @@ struct RtfParserState_Impl class SVT_DLLPUBLIC SvRTFParser : public SvParser<int> { std::stack< RtfParserState_Impl > aParserStates; - int nOpenBrakets; + int nOpenBrackets; rtl_TextEncoding eCodeSet; sal_uInt8 nUCharOverread; |