summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-09 16:01:41 +0000
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-05 08:17:41 -0500
commit598f5ef097f2390d364342f1b30e859bcaa57881 (patch)
treef4bd952d4a4437eef0e461993285cbc0a1f11812
parentb07fd6dcfc82be250229d2940dee9ed01550bc6b (diff)
ImplSetGraphicManager only called from ctors now where mpMgr is nullptr
Change-Id: Ib275f4c803d74eaf45409e78a6c786dac159af6b (cherry picked from commit f0ab4138ca30690c4779c6a440826de3bd6fc8e7) (cherry picked from commit ff182e7569f003e6bd1f9bcba3588b4590d88242)
-rw-r--r--svtools/source/graphic/grfmgr.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index 2682e9562134..9c5b89f15595 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -163,9 +163,6 @@ void GraphicObject::ImplAssignGraphicData()
void GraphicObject::ImplSetGraphicManager(const OString* pID, const GraphicObject* pCopyObj)
{
- if (mpMgr)
- return;
-
if (!mpGlobalMgr)
{
if (!utl::ConfigManager::IsAvoidConfig())