From 7729f876c52509e45a0374fed1022839e904f101 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 11 Jan 2005 11:08:54 +0000 Subject: INTEGRATION: CWS sb19 (1.1.1.1.612); FILE MERGED 2004/12/08 11:18:41 sb 1.1.1.1.612.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/10/27 07:32:09 mba 1.1.1.1.612.1: #110407#: remove static BaseURL --- sd/inc/imapinfo.hxx | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) (limited to 'sd/inc/imapinfo.hxx') diff --git a/sd/inc/imapinfo.hxx b/sd/inc/imapinfo.hxx index a609cf2f2c4c..13b180fd64cb 100644 --- a/sd/inc/imapinfo.hxx +++ b/sd/inc/imapinfo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imapinfo.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:43 $ + * last change: $Author: rt $ $Date: 2005-01-11 12:08:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,46 +103,10 @@ public: virtual SdrObjUserData* Clone( SdrObject* pObj ) const { return new SdIMapInfo( *this ); } -//BFS02 virtual void WriteData( SvStream& rOStm ); -//BFS02 virtual void ReadData( SvStream& rIStm ); - void SetImageMap( const ImageMap& rIMap ) { aImageMap = rIMap; } const ImageMap& GetImageMap() const { return aImageMap; } }; - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - -//BFS02inline void SdIMapInfo::WriteData( SvStream& rOStm ) -//BFS02{ -//BFS02 SdrObjUserData::WriteData( rOStm ); -//BFS02 -//BFS02 SdIOCompat aIO( rOStm, STREAM_WRITE, 1 ); -//BFS02 -//BFS02 rOStm << aImageMap; -//BFS02} - - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - -//BFS02inline void SdIMapInfo::ReadData( SvStream& rIStm ) -//BFS02{ -//BFS02 SdrObjUserData::ReadData( rIStm ); -//BFS02 -//BFS02 SdIOCompat aIO( rIStm, STREAM_READ ); -//BFS02 -//BFS02 rIStm >> aImageMap; -//BFS02} - - #endif // _SD_IMAPINFO_HXX -- cgit v1.2.3