diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-23 15:43:34 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-24 06:45:07 +0000 |
commit | 24ca187b6370ca56c8acd92bc405028dd9deb5f2 (patch) | |
tree | 07fa9921bc8f6b101500e152fdad0b18b1d3397b /include/svtools/parrtf.hxx | |
parent | db12f068f849dc0e03d43ee6688ba342e985fa04 (diff) |
loplugin:singlevalfields in svtools
Change-Id: I80fe1d4646af2b8d8e6362a25f6cda4b7ac29eab
Reviewed-on: https://gerrit.libreoffice.org/26603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/parrtf.hxx')
-rw-r--r-- | include/svtools/parrtf.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/parrtf.hxx b/include/svtools/parrtf.hxx index 1c45ddc49d5b..871dac555ab7 100644 --- a/include/svtools/parrtf.hxx +++ b/include/svtools/parrtf.hxx @@ -38,8 +38,7 @@ class SVT_DLLPUBLIC SvRTFParser : public SvParser { std::stack< RtfParserState_Impl > aParserStates; int nOpenBrakets; - rtl_TextEncoding eCodeSet, - eUNICodeSet; + rtl_TextEncoding eCodeSet; sal_uInt8 nUCharOverread; private: |