summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-10-15 15:51:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-10-16 11:59:49 +0100
commit500822eeb46698c7317f57de72b2489d98042374 (patch)
tree12cbc8a07c1382e73430c7f3fa3c5dcc6dfde458 /include/svx
parent255cfbbeaa090fd7a06130e2b621cb27ae9baca4 (diff)
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
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/fillctrl.hxx2
1 files changed, 0 insertions, 2 deletions
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 );
};
//========================================================================