diff options
-rw-r--r-- | goodies/inc/grfmgr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |