summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-11-17 20:55:07 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-11-17 20:55:07 +0100
commit93e71e9cd8046e81cd90fb9555eb85a3137470a8 (patch)
tree0fa731c03fc215e9aa094b3a85150110456c46dc
parent888b88e39c1993096467fd0bbab4053dcefc59a3 (diff)
Fixed remaining use of HighContrast defines
-rw-r--r--vcl/unx/gtk/window/gtkframe.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index 14acb5ba08b5..e062dfe89f72 100644
--- a/vcl/unx/gtk/window/gtkframe.cxx
+++ b/vcl/unx/gtk/window/gtkframe.cxx
@@ -1114,13 +1114,6 @@ void GtkSalFrame::SetIcon( USHORT nIcon )
USHORT nOffsets[2] = { SV_ICON_SMALL_START, SV_ICON_LARGE_START };
USHORT nIndex;
- // Use high contrast icons where appropriate
- if( Application::GetSettings().GetStyleSettings().GetHighContrastMode() )
- {
- nOffsets[0] = SV_ICON_LARGE_HC_START;
- nOffsets[1] = SV_ICON_SMALL_HC_START;
- }
-
for( nIndex = 0; nIndex < sizeof(nOffsets)/ sizeof(USHORT); nIndex++ )
{
// #i44723# workaround gcc temporary problem