summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-21 02:28:46 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-26 00:24:37 +0200
commit60dd03df8bf71e3bdfe8d8026c7474277c612312 (patch)
tree6a89ef01517ef599c4d1c1981e1bb5f5d3e80931 /svx/source
parentbc3bf752b9bfdee9c11b9904fbb405efb41b8536 (diff)
these two are exclusive
Change-Id: I98cf55f9b39f79fb844c57eef137093eb79ca958
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanelBase.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
index 033b9e370fcc..890abe3b823c 100644
--- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
@@ -673,8 +673,7 @@ void AreaPropertyPanelBase::NotifyItemUpdate(
meLastXFS = static_cast<sal_uInt16>(-1);
mpStyleItem.reset();
}
-
- if(eState >= SfxItemState::DEFAULT)
+ else if(eState >= SfxItemState::DEFAULT)
{
const XFillStyleItem* pItem = dynamic_cast< const XFillStyleItem* >(pState);