summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-11-13 19:04:43 +0100
committerKurt Zenker <kz@openoffice.org>2009-11-13 19:04:43 +0100
commitf79407b9b4aeeb778e1de4bf66aef3ebec785306 (patch)
tree2bb029aa72a9db2dd5be10e7cda55608f7741b75 /vcl
parent787924900754f8a3d3bc126649e518b2adb9beb5 (diff)
parent6ce14717d50ed3fad1f5879faf5d034aaf8f3d3b (diff)
CWS-TOOLING: integrate CWS changehc02
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index 1984cd979117..202d3dbcd517 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -347,11 +347,6 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
// Scroll bar size
style.SetScrollBarSize( kapp->style()->pixelMetric( QStyle::PM_ScrollBarExtent ) );
- // #i59364# high contrast mode
- BOOL bHC = ( style.GetFaceColor().IsDark() ||
- style.GetWindowColor().IsDark() );
- style.SetHighContrastMode( bHC );
-
rSettings.SetStyleSettings( style );
}