summaryrefslogtreecommitdiff
path: root/sd/inc/imapinfo.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:51:43 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:51:43 +0000
commitbd6e3fc1eeddcc9cbbf7899c9f80af51b06a0f9f (patch)
tree9f338a8217d9ce33b9f97a07039ea2e6fc5b9282 /sd/inc/imapinfo.hxx
parent4fa55f680ffca2094f5c474626c52a9769ecfa1c (diff)
INTEGRATION: CWS aw019 (1.1.1.1.580); FILE MERGED
2004/09/29 14:30:11 aw 1.1.1.1.580.1: #i11190#
Diffstat (limited to 'sd/inc/imapinfo.hxx')
-rw-r--r--sd/inc/imapinfo.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/sd/inc/imapinfo.hxx b/sd/inc/imapinfo.hxx
index 2aa08d3bb44a..a609cf2f2c4c 100644
--- a/sd/inc/imapinfo.hxx
+++ b/sd/inc/imapinfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imapinfo.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:28 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,8 +103,8 @@ public:
virtual SdrObjUserData* Clone( SdrObject* pObj ) const { return new SdIMapInfo( *this ); }
- virtual void WriteData( SvStream& rOStm );
- virtual void ReadData( SvStream& rIStm );
+//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; }
@@ -117,14 +117,14 @@ public:
|*
\************************************************************************/
-inline void SdIMapInfo::WriteData( SvStream& rOStm )
-{
- SdrObjUserData::WriteData( rOStm );
-
- SdIOCompat aIO( rOStm, STREAM_WRITE, 1 );
-
- rOStm << 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}
/*************************************************************************
@@ -133,14 +133,14 @@ inline void SdIMapInfo::WriteData( SvStream& rOStm )
|*
\************************************************************************/
-inline void SdIMapInfo::ReadData( SvStream& rIStm )
-{
- SdrObjUserData::ReadData( rIStm );
-
- SdIOCompat aIO( rIStm, STREAM_READ );
-
- rIStm >> aImageMap;
-}
+//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