summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/sfx2/linkmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx
index b1057aef5f1a..128dd47e4462 100644
--- a/include/sfx2/linkmgr.hxx
+++ b/include/sfx2/linkmgr.hxx
@@ -156,9 +156,10 @@ public:
// if the mimetype says graphic/bitmap/gdimetafile then get the
// graphic from the Any. Return says no errors
- static bool GetGraphicFromAny( const OUString& rMimeType,
- const css::uno::Any & rValue,
- Graphic& rGrf );
+ static bool GetGraphicFromAny(const OUString& rMimeType,
+ const css::uno::Any & rValue,
+ const OUString& rReferer,
+ Graphic& rGrf);
private:
LinkManager( const LinkManager& ) = delete;