From 4c2bed6349d2255fb705397b73c705e13875bdad Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 20:35:42 +0000 Subject: INTEGRATION: CWS warnings01 (1.18.26); FILE MERGED 2006/04/07 19:19:07 sb 1.18.26.2: RESYNC: (1.18-1.20); FILE MERGED 2005/11/16 16:42:06 pl 1.18.26.1: #i55991# removed warnings --- goodies/inc/grfmgr.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'goodies/inc') diff --git a/goodies/inc/grfmgr.hxx b/goodies/inc/grfmgr.hxx index 1665a52b5289..2dc642968d65 100644 --- a/goodies/inc/grfmgr.hxx +++ b/goodies/inc/grfmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: grfmgr.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: vg $ $Date: 2006-03-16 13:09:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:35:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -494,8 +494,8 @@ private: List maObjList; GraphicCache* mpCache; - GraphicManager( const GraphicManager& rGraphicManager ) {} - GraphicManager& operator=( const GraphicManager& rGraphicManager ) { return *this; } + GraphicManager( const GraphicManager& ) {} + GraphicManager& operator=( const GraphicManager& ) { return *this; } #if _SOLAR__PRIVATE -- cgit