summaryrefslogtreecommitdiff
path: root/vcl/source/window/decoview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-06 10:42:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-07 07:08:34 +0100
commitb3ee860e523dce3df16350a4053a67f39c2f92f8 (patch)
tree357c48461b3f62cc2773c959a5a11daf3c60c636 /vcl/source/window/decoview.cxx
parent2407c183092d6559771738891d57d6375c4212ab (diff)
use more Color in vcl
Change-Id: Ia92c52d26b90898c1f7860128b478d1fada9d406 Reviewed-on: https://gerrit.libreoffice.org/50795 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window/decoview.cxx')
-rw-r--r--vcl/source/window/decoview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/decoview.cxx b/vcl/source/window/decoview.cxx
index 7d007b4d6dd7..e44eba19e727 100644
--- a/vcl/source/window/decoview.cxx
+++ b/vcl/source/window/decoview.cxx
@@ -438,7 +438,7 @@ void ImplDrawButton( OutputDevice *const pDev, tools::Rectangle aFillRect,
if ( (nStyle & DrawButtonFlags::Mono) ||
(rStyleSettings.GetOptions() & StyleSettingsOptions::Mono) )
{
- const Color aBlackColor( COL_BLACK );
+ const Color aBlackColor(COL_BLACK);
if ( nStyle & DrawButtonFlags::Default )
{