summaryrefslogtreecommitdiff
path: root/sc/inc/userdat.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:16:23 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:16:23 +0000
commit1c7191a5a91ff69905bde734a07eb3105dddb20c (patch)
tree688ba6be9ae0125f3c66ed0b6bade90a4405c802 /sc/inc/userdat.hxx
parentbe2ae68608b02ea3a3a9345fcbccb9dc21d1d20a (diff)
INTEGRATION: CWS sb19 (1.2.132); FILE MERGED
2004/12/09 03:10:32 sb 1.2.132.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/27 07:31:02 mba 1.2.132.1: #110407#: remove static BaseURL
Diffstat (limited to 'sc/inc/userdat.hxx')
-rw-r--r--sc/inc/userdat.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx
index 99b5e0334d23..da2fe6715c60 100644
--- a/sc/inc/userdat.hxx
+++ b/sc/inc/userdat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: userdat.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 09:19:31 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,9 +126,6 @@ public:
virtual SdrObjUserData* Clone( SdrObject* pObj ) const;
-//BFS01 virtual void WriteData( SvStream& rOStm );
-//BFS01 virtual void ReadData( SvStream& rIStm );
-
void SetImageMap( const ImageMap& rIMap ) { aImageMap = rIMap; }
const ImageMap& GetImageMap() const { return aImageMap; }
};