diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-11-18 08:24:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-11-18 10:22:16 +0100 |
commit | 7938cae5178a4ce4093fd6494a058ab879ba303b (patch) | |
tree | d0d53cfe8f0c0c32fab053c0222f448fdaefbc50 /include | |
parent | 904fb08b1ee9a632bbacd80439ef5919468c9464 (diff) |
Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parameters
unused since 9fb7aaf570c03c8a26d763f1205fb8c890e8211a "Make linked graphic
register into LinkedManager again", and remove further function parameters and
class members that turn out to be unused now, too
Change-Id: I3dd2b138fd8787d12b89547526da751ea5954845
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106041
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdograf.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx index 5fd2b3ff1946..27f38203edbe 100644 --- a/include/svx/svdograf.hxx +++ b/include/svx/svdograf.hxx @@ -92,7 +92,6 @@ private: GraphicAttr aGrafInfo; OUString aFileName; // If it's a Link, the filename can be found in here - OUString aReferer; OUString aFilterName; std::unique_ptr<GraphicObject> mpGraphicObject; // In order to speed up output of bitmaps, especially rotated ones std::unique_ptr<GraphicObject> mpReplacementGraphicObject; @@ -163,7 +162,7 @@ private: void ForceSwapIn() const; public: - void SetGraphicLink(const OUString& rFileName, std::u16string_view rReferer, std::u16string_view rFilterName); + void SetGraphicLink(const OUString& rFileName); void ReleaseGraphicLink(); bool IsLinkedGraphic() const; |