From b3ee860e523dce3df16350a4053a67f39c2f92f8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Mar 2018 10:42:13 +0200 Subject: use more Color in vcl Change-Id: Ia92c52d26b90898c1f7860128b478d1fada9d406 Reviewed-on: https://gerrit.libreoffice.org/50795 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/window/decoview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/window/decoview.cxx') 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 ) { -- cgit