summaryrefslogtreecommitdiff
path: root/svx/source/dialog/langbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/langbox.cxx')
-rw-r--r--svx/source/dialog/langbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index 18e93e62e45d..dd80e3848e3d 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -785,7 +785,7 @@ IMPL_LINK_NOARG( SvxLanguageComboBox, EditModifyHdl, Edit&, void )
#if 0
//! Gives white on white!?! instead of white on reddish.
SetControlBackground( ::Color( Color( 0xff, 0x65, 0x63)));
- SetControlForeground( ::Color( COL_WHITE));
+ SetControlForeground( ::COL_WHITE);
#else
SetControlForeground( ::Color( 0xf0, 0, 0) );
#endif