[Libreoffice-commits] core.git: svx/source

Luke Deller luke at deller.id.au
Wed Apr 24 08:15:15 PDT 2013


 svx/source/svdraw/svdoashp.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 15bbafaaed52182e80f1a24d716a2d181cdc0e17
Author: Luke Deller <luke at deller.id.au>
Date:   Thu Apr 25 00:00:54 2013 +1000

    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 at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 67bd0a5..fd0c5c8 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;
 }


More information about the Libreoffice-commits mailing list