From 1c7191a5a91ff69905bde734a07eb3105dddb20c Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 11 Jan 2005 12:16:23 +0000 Subject: 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 --- sc/inc/userdat.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sc/inc/userdat.hxx') 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; } }; -- cgit