summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-04-02 11:32:42 -0400
committerTomaž Vajngerl <quikee@gmail.com>2020-03-23 17:18:28 +0100
commita81e009846058918046ea8f89b8b403db79d5dc7 (patch)
treefb9b048d3f5d9b2bbf64bd4d9f82dfbe6a8965cb /include
parent571755b3653bb06586e7cae232d1ca943719a732 (diff)
sd: unit-test to check that PDF stream is shared among Graphic instances
Reviewed-on: https://gerrit.libreoffice.org/70162 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit d3a9bdd982ad1ed17cb6fef91885fc4dcf442fdb) Reviewed-on: https://gerrit.libreoffice.org/77693 Tested-by: Jenkins Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 5a3f794219dade812ec29ea9971680058b4bade9) Change-Id: Iebd85e5e60c76e6d0756d15e1fa6107a3fcc837d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90845 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/graph.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index af77fc9cad1f..5f80a8c4ccd3 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -215,6 +215,7 @@ private:
public:
void SetGfxLink(const std::shared_ptr<GfxLink>& rGfxLink);
+ std::shared_ptr<GfxLink> GetSharedGfxLink() const;
GfxLink GetGfxLink() const;
bool IsGfxLink() const;