svtools/source/graphic/grfmgr.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit adea1891e5d195a450a2ed0906e0af7424902146
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jan 10 14:21:56 2017 +0000

    mpGlobalMgr must already exist if we're copying from another GraphicObject
    
    Change-Id: I7befa3bf8c80ed71d13a1481569bb046036cbd21

diff --git a/svtools/source/graphic/grfmgr.cxx 
b/svtools/source/graphic/grfmgr.cxx
index 91c7265..a42ab8f 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -97,7 +97,6 @@ GraphicObject::GraphicObject( const GraphicObject& 
rGraphicObj ) :
     maLink      ( rGraphicObj.maLink ),
     maUserData  ( rGraphicObj.maUserData )
 {
-    ImplEnsureGraphicManager();
     ImplConstruct();
     ImplAssignGraphicData();
     mpGlobalMgr->ImplRegisterObj(*this, maGraphic, nullptr, &rGraphicObj);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to