diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:23:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:23:25 +0000 |
commit | 1758b563ee198a504b3fcac903156a52c3a718a5 (patch) | |
tree | 12ae30ce139d1e2892ff0c21e93320ec7c449c1f /sd/inc/imapinfo.hxx | |
parent | 9f5f3ebad47c7f1e03fe601e4556456abdd61408 (diff) |
INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED
2006/11/22 12:40:34 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/inc/imapinfo.hxx')
-rw-r--r-- | sd/inc/imapinfo.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/imapinfo.hxx b/sd/inc/imapinfo.hxx index c272f2e6d6e9..8c91370c1e96 100644 --- a/sd/inc/imapinfo.hxx +++ b/sd/inc/imapinfo.hxx @@ -4,9 +4,9 @@ * * $RCSfile: imapinfo.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:55:48 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:23:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,11 +71,12 @@ public: SdIMapInfo( const SdIMapInfo& rIMapInfo ) : SdrObjUserData( SdUDInventor, SD_IMAPINFO_ID, 0 ), + SfxListener(), aImageMap( rIMapInfo.aImageMap ) {}; virtual ~SdIMapInfo() {}; - virtual SdrObjUserData* Clone( SdrObject* pObj ) const { return new SdIMapInfo( *this ); } + virtual SdrObjUserData* Clone( SdrObject* ) const { return new SdIMapInfo( *this ); } void SetImageMap( const ImageMap& rIMap ) { aImageMap = rIMap; } const ImageMap& GetImageMap() const { return aImageMap; } |