From adea1891e5d195a450a2ed0906e0af7424902146 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 10 Jan 2017 14:21:56 +0000 Subject: mpGlobalMgr must already exist if we're copying from another GraphicObject Change-Id: I7befa3bf8c80ed71d13a1481569bb046036cbd21 --- svtools/source/graphic/grfmgr.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index 91c72658586f..a42ab8fab207 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); -- cgit