diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-05-24 00:49:27 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-06-04 18:36:05 +0200 |
commit | c39738eabfb9edde552832581bf85e717b00cc79 (patch) | |
tree | fda1f121fada6e344fa8d46f2d70ae49002b144a /include/vcl/print.hxx | |
parent | 54e35feef17580cfcbf0a2db1272fb05c85e2348 (diff) |
tdf#74702 vcl: extract GetMonochromeButtonColor()
Change-Id: I67e430ae1e0834f087a2066ed7bf660ec1309a28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94726
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 6e0fd0d15c76..2e72240d42c0 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -241,6 +241,7 @@ public: const Gradient& rGradient ); virtual Bitmap GetBitmap( const Point& rSrcPt, const Size& rSize ) const override; virtual Size GetButtonBorderSize() override; + virtual Color GetMonochromeButtonColor() override { return COL_LIGHTGRAY; } bool IsScreenComp() const override { return false; } |