Kaydet (Commit) 15bbafaa authored tarafından Luke Deller's avatar Luke Deller Kaydeden (comit) Fridrich Strba

fix fdo#60910 FILESAVE loses fontwork/shape objects

This reinstates one line of code which was removed by
7fec8dfc.

Change-Id: Ie2af33914d17a46b7118b8b804aadc0aa3bc5d90
Reviewed-on: https://gerrit.libreoffice.org/3596Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst a3892f46
...@@ -3217,6 +3217,7 @@ bool SdrObjCustomShape::doConstructOrthogonal(const OUString& rName) ...@@ -3217,6 +3217,7 @@ bool SdrObjCustomShape::doConstructOrthogonal(const OUString& rName)
void SdrObjCustomShape::InvalidateRenderGeometry() void SdrObjCustomShape::InvalidateRenderGeometry()
{ {
mXRenderedCustomShape = 0L; mXRenderedCustomShape = 0L;
mxCustomShapeEngine = 0L;
SdrObject::Free( mpLastShadowGeometry ); SdrObject::Free( mpLastShadowGeometry );
mpLastShadowGeometry = 0L; 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