diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-11 17:17:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-12 16:10:37 +0200 |
commit | 19edcfe36b32b15f86cba1eead7932b610e70ce7 (patch) | |
tree | a72c731e7cfbb5ada628f1fa6f945c163ca82c8c /include/sfx2/linkmgr.hxx | |
parent | a8d25394a02def4bf1b8d1ad022ea9da25d92935 (diff) |
always use the LinkManager's persist as the known referer
Change-Id: Ibb1bd9138993adbd8391b524c0cd654ba523cad2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94006
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/linkmgr.hxx')
-rw-r--r-- | include/sfx2/linkmgr.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx index 4940a0a18625..deb9f00c0797 100644 --- a/include/sfx2/linkmgr.hxx +++ b/include/sfx2/linkmgr.hxx @@ -155,11 +155,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, - const OUString& rReferer, - Graphic& rGrf, - weld::Window* pParentWin); + bool GetGraphicFromAny(const OUString& rMimeType, + const css::uno::Any & rValue, + Graphic& rGrf, + weld::Window* pParentWin); private: LinkManager( const LinkManager& ) = delete; |