summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-09-02 06:39:54 +1000
committerMike Kaganski <mike.kaganski@collabora.com>2021-09-02 17:31:10 +0200
commit13263005dc415b29a82ad12d452c313439668c3d (patch)
tree0182ccc1f1e63ae10d759028c6cc44007160f95a /vcl
parent846fcc03b89a7131f565de95396757c8e0da1dfd (diff)
vcl: make GetFillColor() and IsFillColor() inline class functions
Change-Id: I5f80765658f1c1679f56df59d4b8212caa9d1357 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121486 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/fill.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/outdev/fill.cxx b/vcl/source/outdev/fill.cxx
index ea00990cbece..bbe6270632dc 100644
--- a/vcl/source/outdev/fill.cxx
+++ b/vcl/source/outdev/fill.cxx
@@ -26,10 +26,6 @@
#include <drawmode.hxx>
#include <salgdi.hxx>
-Color const& OutputDevice::GetFillColor() const { return maFillColor; }
-
-bool OutputDevice::IsFillColor() const { return mbFillColor; }
-
void OutputDevice::SetFillColor()
{