summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/attributeproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/attributeproperties.cxx')
-rw-r--r--svx/source/sdr/properties/attributeproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index b7407d641d44..a6bcaf40da65 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -53,7 +53,7 @@ namespace sdr::properties
while(nWhich)
{
- if(SfxItemState::SET == rStyle.GetItemState(nWhich))
+ if(SfxItemState::SET == aIter.GetItemState())
{
mxItemSet->ClearItem(nWhich);
}