diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 11:23:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 12:06:47 +0200 |
commit | ea1839853fbdc49ead92a7cd465e427f4167cea2 (patch) | |
tree | 7df5b34bf3c7be380cf13a7ddf5a48021dd1951a /include/editeng/swafopt.hxx | |
parent | 9ad9c5183f348384b62ec88459a3a5922e423d83 (diff) |
loplugin:unusedfields in editeng
Change-Id: I9806d87028a11a8103c35004c87b5098ca591409
Reviewed-on: https://gerrit.libreoffice.org/39495
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/swafopt.hxx')
-rw-r--r-- | include/editeng/swafopt.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/editeng/swafopt.hxx b/include/editeng/swafopt.hxx index ad295254c550..726d8a315350 100644 --- a/include/editeng/swafopt.hxx +++ b/include/editeng/swafopt.hxx @@ -78,7 +78,6 @@ struct EDITENG_DLLPUBLIC SvxSwAutoFormatFlags bool bAutoCorrect : 1; bool bCapitalStartSentence : 1; bool bCapitalStartWord : 1; - bool bChkFontAttr : 1; bool bChgUserColl : 1; bool bChgEnumNum : 1; @@ -96,7 +95,6 @@ struct EDITENG_DLLPUBLIC SvxSwAutoFormatFlags bool bSetBorder : 1; bool bCreateTable : 1; bool bReplaceStyles : 1; - bool bDummy : 1; bool bWithRedlining : 1; @@ -116,12 +114,6 @@ struct EDITENG_DLLPUBLIC SvxSwAutoFormatFlags bool bAutoCmpltKeepList : 1; - // some dummies for any new options - bool bDummy6 : 1, - bDummy7 : 1, - bDummy8 : 1 - ; - SvxSwAutoFormatFlags(); SvxSwAutoFormatFlags( const SvxSwAutoFormatFlags& rAFFlags ) { *this = rAFFlags; } SvxSwAutoFormatFlags& operator=( const SvxSwAutoFormatFlags& ); |