diff options
author | Luke Deller <luke@deller.id.au> | 2013-04-25 00:00:54 +1000 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-24 15:14:56 +0000 |
commit | 15bbafaaed52182e80f1a24d716a2d181cdc0e17 (patch) | |
tree | f36600b69f7c442e45ca982c8622bf628a4ee2df /svx | |
parent | a3892f465b426c0c4f452398792db370c6dc0b10 (diff) |
fix fdo#60910 FILESAVE loses fontwork/shape objects
This reinstates one line of code which was removed by
7fec8dfcaca4efc92516f9af51a3157f1a11ccd7.
Change-Id: Ie2af33914d17a46b7118b8b804aadc0aa3bc5d90
Reviewed-on: https://gerrit.libreoffice.org/3596
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'svx')
-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 67bd0a5f7b9e..fd0c5c826eb4 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -3217,6 +3217,7 @@ bool SdrObjCustomShape::doConstructOrthogonal(const OUString& rName) void SdrObjCustomShape::InvalidateRenderGeometry() { mXRenderedCustomShape = 0L; + mxCustomShapeEngine = 0L; SdrObject::Free( mpLastShadowGeometry ); mpLastShadowGeometry = 0L; } |