From 9e8629c73327474598c4c1f2250937544a1562e7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 8 May 2014 17:53:20 +0200 Subject: -Werror,-Wunused-private-field Change-Id: Ie01aeb4215998b38bcb171be9d2c1961798b1488 --- cui/source/dialogs/iconcdlg.cxx | 1 - cui/source/inc/iconcdlg.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'cui') 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 * ); -- cgit v1.2.3