summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-07-17 09:08:51 +0100
committerEike Rathke <erack@redhat.com>2018-07-18 21:21:23 +0200
commit6f521b2d4e2a68d29839012f73dec45e68aeaef1 (patch)
treebc460c27e91f2e844ee1a4f75454ad54f292b943 /svx
parent72dc4c2633fb866cc8b42dc742bffc57c23e9889 (diff)
bubble referer to LinkManager::GetGraphicFromAny
Change-Id: Id2c6d629692a365f96f3f81c5686930668389a6a Reviewed-on: https://gerrit.libreoffice.org/57549 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdograf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index d336c9634d42..aa3df15dcd43 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -226,7 +226,7 @@ void SdrGraphicLink::RemoveGraphicUpdater()
sfx2::LinkManager::GetDisplayNames( this, nullptr, &rGrafObj.aFileName, nullptr, &rGrafObj.aFilterName );
Graphic aGraphic;
- if( sfx2::LinkManager::GetGraphicFromAny( rMimeType, rValue, aGraphic ))
+ if (sfx2::LinkManager::GetGraphicFromAny(rMimeType, rValue, getReferer(), aGraphic))
{
rGrafObj.ImpSetLinkedGraphic(aGraphic);
}