svtools/source/graphic/grfmgr.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit d7b4408886f26c1c66d070918b4c9998a13fb8fe Author: Caolán McNamara <caol...@redhat.com> Date: Fri Nov 24 16:52:30 2017 +0000 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/45248 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index b65f092a6964..5d20b4128c6a 100644 --- a/svtools/source/graphic/grfmgr.cxx +++ b/svtools/source/graphic/grfmgr.cxx @@ -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)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits