diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-08 17:53:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-08 17:53:20 +0200 |
commit | 9e8629c73327474598c4c1f2250937544a1562e7 (patch) | |
tree | 88b45cc41b034b1e3dc47006a4beb1f06329d817 | |
parent | de386effc0532451c193c9c824d58006645e9c8f (diff) |
-Werror,-Wunused-private-field
Change-Id: Ie01aeb4215998b38bcb171be9d2c1961798b1488
-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 * ); |