summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r--svx/source/svdraw/svdograf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 5763aa183b72..0f2b64279e70 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -71,10 +71,10 @@ const Graphic ImpLoadLinkedGraphic( const OUString& aFileName, const OUString& a
{
Graphic aGraphic;
- SfxMedium xMed( aFileName, aReferer, STREAM_STD_READ );
- xMed.Download();
+ SfxMedium aMed( aFileName, aReferer, STREAM_STD_READ );
+ aMed.Download();
- SvStream* pInStrm = xMed.GetInStream();
+ SvStream* pInStrm = aMed.GetInStream();
if ( pInStrm )
{
pInStrm->Seek( STREAM_SEEK_TO_BEGIN );