summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@oracle.com>2010-08-26 21:50:11 +0200
committerChristian Lippka <christian.lippka@oracle.com>2010-08-26 21:50:11 +0200
commit0cd40f9bffa9fa97bd44a7a2e43e40f11af1b2db (patch)
tree992156778fb7cbd0400e52304a0ea55035c184d0 /svx
parent27d42b733ff4809ae46b8fa7070c3a4a8a53fb2c (diff)
impress200: #i114089# clear user any after they are applied to the shape
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index d860f4973fd2..9c5affc38f9b 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -708,6 +708,7 @@ void SvxItemPropertySet_ObtainSettingsFromPropertySet(const SvxItemPropertySet&
// next entry
++aSrcIt;
}
+ const_cast< SvxItemPropertySet& >(rPropSet).ClearAllUsrAny();
}
}