diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/langbox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |