Kaydet (Commit) 76350361 authored tarafından David Tardon's avatar David Tardon

fdo#56980 drop cached shape engine on invalidation

Change-Id: I9591375e1f7d1b6f69ca9a39add52a94ac852c7f
üst 350991bc
......@@ -3211,6 +3211,7 @@ bool SdrObjCustomShape::doConstructOrthogonal(const ::rtl::OUString& rName)
void SdrObjCustomShape::InvalidateRenderGeometry()
{
mXRenderedCustomShape = 0L;
mxCustomShapeEngine = 0L;
SdrObject::Free( mpLastShadowGeometry );
mpLastShadowGeometry = 0L;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment