summaryrefslogtreecommitdiff
path: root/include/vcl/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-02 15:33:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-03 07:54:27 +0100
commit5da6c31a76a95a19bd15ebdb0d1321b7d1240cc7 (patch)
treeebcb8eeeb54defa839ee82d97d3a17602639c1b9 /include/vcl/filter
parent6299c8cae923198c55d47320fa8a89bbcd5b0f2b (diff)
loplugin:finalclasses
Change-Id: I10ff73f89c965beb3cfb5fc3a40dd959d8f77aaa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124600 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/filter')
-rw-r--r--include/vcl/filter/SvmReader.hxx1
-rw-r--r--include/vcl/filter/SvmWriter.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/filter/SvmReader.hxx b/include/vcl/filter/SvmReader.hxx
index 3cabcd9c66b4..cac9ffdab52c 100644
--- a/include/vcl/filter/SvmReader.hxx
+++ b/include/vcl/filter/SvmReader.hxx
@@ -29,7 +29,6 @@ class VCL_DLLPUBLIC SvmReader
private:
SvStream& mrStream;
-protected:
void ReadColor(::Color& rColor);
public:
diff --git a/include/vcl/filter/SvmWriter.hxx b/include/vcl/filter/SvmWriter.hxx
index ea58db938d3f..4d0a15ed6078 100644
--- a/include/vcl/filter/SvmWriter.hxx
+++ b/include/vcl/filter/SvmWriter.hxx
@@ -30,7 +30,6 @@ class VCL_DLLPUBLIC SvmWriter
private:
SvStream& mrStream;
-protected:
void WriteColor(::Color aColor);
public: