summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-10 14:49:52 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-10 15:07:53 +0200
commit31911865e5bda29ff2394ddf80244fbf15517657 (patch)
treea543512d1b65a6007ff80238c1759812aea30a38 /svx/source
parent148d5192fc5d57c10045b837cc245fc018f13f64 (diff)
DownLoad -> Download.
Change-Id: Ia1729f570cc80a0375532da6478de9d58518556e
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/gallery2/galmisc.cxx2
-rw-r--r--svx/source/svdraw/svdograf.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx
index 05a7003af8de..57b3c2ada350 100644
--- a/svx/source/gallery2/galmisc.cxx
+++ b/svx/source/gallery2/galmisc.cxx
@@ -88,7 +88,7 @@ sal_uInt16 GalleryGraphicImport( const INetURLObject& rURL, Graphic& rGraphic,
sal_uInt16 nRet = SGA_IMPORT_NONE;
SfxMedium aMedium( rURL.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READ );
- aMedium.DownLoad();
+ aMedium.Download();
SvStream* pIStm = aMedium.GetInStream();
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 7da704e5b219..46b819d0b18b 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -71,7 +71,7 @@ const Graphic ImpLoadLinkedGraphic( const OUString& aFileName, const OUString& a
Graphic aGraphic;
SfxMedium xMed( aFileName, aReferer, STREAM_STD_READ );
- xMed.DownLoad();
+ xMed.Download();
SvStream* pInStrm = xMed.GetInStream();
if ( pInStrm )