diff options
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index d8117d1d711e..388b4000bc4c 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -214,7 +214,6 @@ IconChoiceDialog::IconChoiceDialog ( Window* pParent, const ResId &rResId, bHideResetBtn ( false ), bModal ( false ), bInOK ( false ), - bModified ( false ), bItemsReset ( false ) { diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index b7561a000a7c..bc59ec3bb369 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -151,7 +151,6 @@ private : bool bHideResetBtn; bool bModal; bool bInOK; - bool bModified; bool bItemsReset; DECL_LINK ( ChosePageHdl_Impl, void * ); |