diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-13 14:21:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-14 08:48:04 +0100 |
commit | 527977d5cac51a9edd522d675f0ccf575d2f2dc0 (patch) | |
tree | 3bcdc4dd578315c31e377ce90c149b5984d49811 /sw/source/uibase/inc/numfmtlb.hxx | |
parent | 5f40c324b5578b23735d2d7fe30b0b7731867fba (diff) |
loplugin:unusedfields
Change-Id: Id6792f0955a25533d33f6da6ed8c3e993f578c3f
Reviewed-on: https://gerrit.libreoffice.org/69170
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/numfmtlb.hxx')
-rw-r--r-- | sw/source/uibase/inc/numfmtlb.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx index 358cf2babc3f..15749c65ec84 100644 --- a/sw/source/uibase/inc/numfmtlb.hxx +++ b/sw/source/uibase/inc/numfmtlb.hxx @@ -71,11 +71,8 @@ class SW_DLLPUBLIC SwNumFormatListBox SvNumFormatType nCurrFormatType; bool mbCurrFormatTypeNeedsInit; sal_Int32 nStdEntry; - bool bOneArea; sal_uInt32 nDefFormat; LanguageType eCurLanguage; - bool bShowLanguageControl; //determine whether the language control has - //to be shown in the number format dialog bool bUseAutomaticLanguage;//determine whether language is automatically assigned std::unique_ptr<weld::ComboBox> mxControl; |