[Libreoffice-commits] core.git: svtools/source
Caolán McNamara
caolanm at redhat.com
Tue Jan 10 15:04:52 UTC 2017
svtools/source/graphic/grfmgr.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit adea1891e5d195a450a2ed0906e0af7424902146
Author: Caolán McNamara <caolanm at 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);
More information about the Libreoffice-commits
mailing list