From 97448039e1e63f3bd6b61ab3215ede721ca368e4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Feb 2018 10:32:20 +0200 Subject: use less RGB_COLORDATA part of removing ColorData Change-Id: If31b5b88545529863377e9a178f45f4516bf6cbb Reviewed-on: https://gerrit.libreoffice.org/50345 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/source/dialog/langbox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 863a2802fb6e..18e93e62e45d 100644 --- a/svx/source/dialog/langbox.cxx +++ b/svx/source/dialog/langbox.cxx @@ -784,10 +784,10 @@ IMPL_LINK_NOARG( SvxLanguageComboBox, EditModifyHdl, Edit&, void ) { #if 0 //! Gives white on white!?! instead of white on reddish. - SetControlBackground( ::Color( RGB_COLORDATA( 0xff, 0x65, 0x63))); + SetControlBackground( ::Color( Color( 0xff, 0x65, 0x63))); SetControlForeground( ::Color( COL_WHITE)); #else - SetControlForeground( ::Color( RGB_COLORDATA( 0xf0, 0, 0))); + SetControlForeground( ::Color( 0xf0, 0, 0) ); #endif } else -- cgit