diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-03 15:37:07 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-03 15:41:04 +0100 |
commit | 76350361f386b78e1bc9edb75af89e7ff3afe356 (patch) | |
tree | 70ef47f8dc2aa7f96e63cf82a56f4389f3e59297 | |
parent | 350991bcefab2c9f8c0e5a7a2cec1e1b4c98cd69 (diff) |
fdo#56980 drop cached shape engine on invalidation
Change-Id: I9591375e1f7d1b6f69ca9a39add52a94ac852c7f
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index 9598da670870..61b9002253f9 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -3211,6 +3211,7 @@ bool SdrObjCustomShape::doConstructOrthogonal(const ::rtl::OUString& rName) void SdrObjCustomShape::InvalidateRenderGeometry() { mXRenderedCustomShape = 0L; + mxCustomShapeEngine = 0L; SdrObject::Free( mpLastShadowGeometry ); mpLastShadowGeometry = 0L; } |