summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2024-03-23 22:56:53 +0900
committerTomaž Vajngerl <quikee@gmail.com>2024-06-27 16:07:20 +0200
commit374a76adc567ad9fe4fa09099f7038c0f388a28e (patch)
treeefa4f00a0ede1a67eeee4404a60a47a0b2d789c4 /include
parent0acac1a2741d47b98ae600800e2db0e7a5fb3efe (diff)
vcl: Remove graph. reader context from {Imp}Graph and GraphicReader
This removes the mpContext member variable from ImpGraph, which also make {Get,Set}ReaderContext on Graphic obsolete and is also removed. GraphicFilter and other code is adjusted and simplified. Change-Id: Icd1927d7b1bd4624b523d0f49a4343911ec6cd0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165214 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/graph.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 74261bb84e6f..9d1499ea98c1 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -47,7 +47,6 @@ class GDIMetaFile;
class SvStream;
class ImpGraphic;
class OutputDevice;
-class GraphicReader;
class SAL_WARN_UNUSED VCL_DLLPUBLIC GraphicConversionParameters
{
@@ -174,8 +173,6 @@ public:
SAL_DLLPRIVATE OString getUniqueID() const;
- std::shared_ptr<GraphicReader>& GetReaderContext();
- SAL_DLLPRIVATE void SetReaderContext( const std::shared_ptr<GraphicReader> &pReader );
SAL_DLLPRIVATE void SetDummyContext(bool value);
SAL_DLLPRIVATE bool IsDummyContext() const;