diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 12:16:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 12:16:38 +0000 |
commit | 8fcc09ec68022b0d12350223d4338ee33b97982c (patch) | |
tree | 6f10c7a87783a308d2697ed425261d18db22f519 /sc/source/core | |
parent | 1c7191a5a91ff69905bde734a07eb3105dddb20c (diff) |
INTEGRATION: CWS sb19 (1.3.132); FILE MERGED
2004/12/09 04:29:09 sb 1.3.132.2: RESYNC: (1.3-1.4); FILE MERGED
2004/10/27 07:31:47 mba 1.3.132.1: #110407#: remove static BaseURL
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/userdat.cxx | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/sc/source/core/data/userdat.cxx b/sc/source/core/data/userdat.cxx index 725a77a69bbe..c6f4bcf69dde 100644 --- a/sc/source/core/data/userdat.cxx +++ b/sc/source/core/data/userdat.cxx @@ -2,9 +2,9 @@ * * $RCSfile: userdat.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 09:20:33 $ + * last change: $Author: rt $ $Date: 2005-01-11 13:16:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -737,26 +737,3 @@ SdrObjUserData* __EXPORT ScIMapInfo::Clone( SdrObject* pObj ) const { return new ScIMapInfo( *this ); } - -//BFS01void __EXPORT ScIMapInfo::WriteData( SvStream& rOStm ) -//BFS01{ -//BFS01 SdrObjUserData::WriteData( rOStm ); -//BFS01 -//BFS01 ScWriteHeader aHdr( rOStm ); -//BFS01 -//BFS01 rOStm << aImageMap; -//BFS01} - -//BFS01void __EXPORT ScIMapInfo::ReadData( SvStream& rIStm ) -//BFS01{ -//BFS01 SdrObjUserData::ReadData( rIStm ); -//BFS01 -//BFS01 ScReadHeader aHdr( rIStm ); -//BFS01 -//BFS01 rIStm >> aImageMap; -//BFS01} - - - - - |