From 500822eeb46698c7317f57de72b2489d98042374 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Tue, 15 Oct 2013 15:51:03 +0000 Subject: Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elements (cherry picked from commit 2fc5d2946561258b012b80443cac025d851afda8) Conflicts: svx/inc/svx/fillctrl.hxx svx/source/tbxctrls/fillctrl.cxx Change-Id: I3be23f7ec199c49beb7c5cecfb835977e2bedcea --- include/svx/fillctrl.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx') diff --git a/include/svx/fillctrl.hxx b/include/svx/fillctrl.hxx index 065321f51a64..73d531b6ac66 100644 --- a/include/svx/fillctrl.hxx +++ b/include/svx/fillctrl.hxx @@ -54,7 +54,6 @@ private: SvxFillAttrBox* pFillAttrLB; sal_Bool bUpdate; - sal_Bool bIgnoreStatusUpdate; sal_uInt16 eLastXFS; public: @@ -67,7 +66,6 @@ public: const SfxPoolItem* pState ); void Update( const SfxPoolItem* pState ); virtual Window* CreateItemWindow( Window *pParent ); - void IgnoreStatusUpdate( sal_Bool bSet ); }; //======================================================================== -- cgit