summaryrefslogtreecommitdiff
path: root/sd/inc/imapinfo.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:08:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:08:54 +0000
commit7729f876c52509e45a0374fed1022839e904f101 (patch)
tree082d5c72400ccce4a8e967dbcb59a43ea393187a /sd/inc/imapinfo.hxx
parentab87048958c80ae6d131ee498b7009643d2774e5 (diff)
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
Diffstat (limited to 'sd/inc/imapinfo.hxx')
-rw-r--r--sd/inc/imapinfo.hxx40
1 files changed, 2 insertions, 38 deletions
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