summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 13:12:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:18:44 +0000
commit98747742b20c82382ed16b193e7bec175e905978 (patch)
treea59006510edd1929ef7e93ee20c56b937bdbc204 /cui/source/inc/iconcdlg.hxx
parent22864b44fd00b5a778ef597f8dfcb407d4166306 (diff)
loplugin:singlevalfields in cui
Change-Id: Iead1e3130779566661eccf91556816724afcaa66 Reviewed-on: https://gerrit.libreoffice.org/26635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index eb58bb2d82c1..b592f7f54042 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -48,7 +48,6 @@ struct IconChoicePageData
CreatePage fnCreatePage; ///< pointer to the factory
GetPageRanges fnGetRanges; ///< pointer to the ranges-function
VclPtr<IconChoicePage> pPage; ///< the TabPage itself
- bool bOnDemand; ///< Flag: ItemSet onDemand
bool bRefresh; ///< Flag: page has to be newly initialized
// constructor
@@ -57,7 +56,6 @@ struct IconChoicePageData
fnCreatePage ( fnPage ),
fnGetRanges ( fnRanges ),
pPage ( nullptr ),
- bOnDemand ( false ),
bRefresh ( false )
{}
};
@@ -123,10 +121,7 @@ private:
SfxItemSet* pExampleSet;
sal_uInt16* pRanges;
- bool bHideResetBtn;
- bool bModal;
bool bInOK;
- bool bItemsReset;
DECL_LINK_TYPED( ChosePageHdl_Impl, SvtIconChoiceCtrl*, void );
DECL_LINK_TYPED( OkHdl, Button*, void );