From 176f0de1d409c50d685f14b2aa01da169a1934ac Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Aug 2012 23:03:17 +0200 Subject: -Werror,-Wunused-private-field (Clang towards 3.2) Change-Id: I273139d60a9940a009d6917439fe10783db1ac0d --- chart2/source/controller/inc/dlg_ObjectProperties.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2/source/controller/inc/dlg_ObjectProperties.hxx') diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx index e02dbbaad686..8daa13a7a592 100644 --- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx +++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx @@ -105,7 +105,6 @@ class SchAttribTabDlg : public SfxTabDialog { private: ObjectType eObjectType; - bool bAffectsMultipleObjects;//is true if more than one object of the given type will be changed (e.g. all axes or all titles) sal_uInt16 nDlgType; sal_uInt16 nPageType; -- cgit