summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-02-08 20:00:37 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-02-11 07:35:34 +0100
commitc6a23023150c164a19236139fa413d43006ce21c (patch)
treeb0fbf06dc669866166ed84626ad8bc98171b5647 /include/vcl/graph.hxx
parentd4a44dc4cd5b4a1679a5325bc202dc9ca39d75c5 (diff)
Add origin URL to Graphic to remember where the image came from
Change-Id: I73e7377c2049211de0b464efff03058dc5de33a6 Reviewed-on: https://gerrit.libreoffice.org/49554 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index f0a528c84b42..2ec7a7e14706 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -196,6 +196,9 @@ public:
return reinterpret_cast<std::size_t>(ImplGetImpGraphic());
}
+ OUString getOriginURL() const;
+ void setOriginURL(OUString const & rOriginURL);
+
public:
std::shared_ptr<GraphicReader>& GetContext();