summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc/transfer2.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 12:12:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 12:12:26 +0000
commit768e3cd283eeb123e9502284384cc11add16da5b (patch)
treea0db24bc8024c85566d12ef48835b58575ba456a /svtools/source/misc/transfer2.cxx
parentINTEGRATION: CWS sb19 (1.67.20); FILE MERGED (diff)
downloadcore-768e3cd283eeb123e9502284384cc11add16da5b.tar.gz
core-768e3cd283eeb123e9502284384cc11add16da5b.zip
INTEGRATION: CWS sb19 (1.14.548); FILE MERGED
2004/10/22 12:41:47 mba 1.14.548.2: #110407#: ImageMaps in clipboard shouldn't contain relative URLs 2004/10/20 15:11:33 mba 1.14.548.1: #110407#: remove static BaseURL
Diffstat (limited to 'svtools/source/misc/transfer2.cxx')
-rw-r--r--svtools/source/misc/transfer2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx
index bcb83e957621..3a12920d4c56 100644
--- a/svtools/source/misc/transfer2.cxx
+++ b/svtools/source/misc/transfer2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transfer2.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ka $ $Date: 2002-03-20 13:50:10 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:12:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -603,7 +603,7 @@ void TransferDataContainer::CopyImageMap( const ImageMap& rImgMap )
{
SvMemoryStream aMemStm( 8192, 8192 );
aMemStm.SetVersion( SOFFICE_FILEFORMAT_50 );
- aMemStm << rImgMap;
+ rImgMap.Write( aMemStm, String() );
CopyAnyData( SOT_FORMATSTR_ID_SVIM, (sal_Char*)aMemStm.GetData(),
aMemStm.Seek( STREAM_SEEK_TO_END ) );
}