Kaydet (Commit) d7b44088 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1421068 Uncaught exception

see if using copy ctor rather than default dtor keeps it happy

Change-Id: I539271a569fa769a4cb33f71b8bf871dee810abf
Reviewed-on: https://gerrit.libreoffice.org/45248Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 3511baaf
......@@ -94,6 +94,7 @@ GraphicObject::GraphicObject(const Graphic& rGraphic)
GraphicObject::GraphicObject(const GraphicObject& rGraphicObj)
: maGraphic(rGraphicObj.GetGraphic())
, maAttr(rGraphicObj.maAttr)
, maPrefMapMode(rGraphicObj.maPrefMapMode)
, maLink(rGraphicObj.maLink)
, maUserData(rGraphicObj.maUserData)
, mbAutoSwapped(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment