summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:00:41 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:00:41 +0000
commit9af5b64b293ef27aeb31e7f4309deb1cf0c7e097 (patch)
treeebc7aa9ec8ea512473f0ee9416bdf62b333232d9 /svx
parent7b230552b87708609cdbe83a45d0187630ef2170 (diff)
INTEGRATION: CWS sb19 (1.28.44); FILE MERGED
2004/12/21 09:25:21 sb 1.28.44.4: RESYNC: (1.30-1.31); FILE MERGED 2004/12/08 23:16:35 sb 1.28.44.3: RESYNC: (1.29-1.30); FILE MERGED 2004/10/28 14:35:07 sb 1.28.44.2: RESYNC: (1.28-1.29); FILE MERGED 2004/10/27 07:30:36 mba 1.28.44.1: #110407#: remove static BaseURL
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galmisc.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx
index 4fcd3a593ab5..30d195403df1 100644
--- a/svx/source/gallery2/galmisc.cxx
+++ b/svx/source/gallery2/galmisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galmisc.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: hr $ $Date: 2004-12-13 12:18:40 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:00:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -630,6 +630,7 @@ sal_Bool GalleryTransferable::GetData( const ::com::sun::star::datatransfer::Dat
}
else if( ( SOT_FORMATSTR_ID_SVIM == nFormat ) && mpImageMap )
{
+ // TODO/MBA: do we need a BaseURL here?!
bRet = SetImageMap( *mpImageMap, rFlavor );
}
else if( ( FORMAT_FILE == nFormat ) && mpURL )