From 93a36f862b2aff3790a90a51e4a7df513fde53b1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Aug 2012 23:06:00 +0200 Subject: -Werror,-Wunused-private-field (Clang towards 3.2) Change-Id: I6d5948fc6b2b42e306db9de70ab44b235dc116f9 --- cui/source/inc/cuitabline.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/source/inc/cuitabline.hxx') diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index 393e9a639805..5245b3941b2c 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -55,7 +55,6 @@ private: sal_uInt16 nDlgType; sal_uInt16 nPosDashLb; sal_uInt16 nPosLineEndLb; - sal_uInt16 mnPos; sal_Bool mbAreaTP; virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ); -- cgit