From a5647b7feb4882e41beda9003fb571762f14c553 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 8 Jan 2017 21:28:17 +0000 Subject: Related: coverity#1371305 unnecessary inheritence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SvDataCopyStream used to do extra Load/Save things that are long gone, so there is no reason for the common base anymore Change-Id: Ib321021002adb480bb96298f199141dc3fe2ec2b Reviewed-on: https://gerrit.libreoffice.org/32851 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara (cherry picked from commit eef56fc73b5c3ddc02ca7192532748e8d60c3ac6) (cherry picked from commit aafa50bad94941e452f4786151b8d1a6bd5a1d42) --- svtools/source/graphic/grfmgr.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools/source/graphic') diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index 7c0d55db1651..2fde6911d5b6 100644 --- a/svtools/source/graphic/grfmgr.cxx +++ b/svtools/source/graphic/grfmgr.cxx @@ -91,7 +91,6 @@ GraphicObject::GraphicObject( const Graphic& rGraphic ) : } GraphicObject::GraphicObject( const GraphicObject& rGraphicObj, const GraphicManager* pMgr ) : - SvDataCopyStream(), maGraphic ( rGraphicObj.GetGraphic() ), maAttr ( rGraphicObj.maAttr ), maLink ( rGraphicObj.maLink ), -- cgit