summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-04-23 15:39:31 +0200
committerJan Holesovsky <kendy@suse.cz>2012-04-27 15:51:25 +0200
commitcc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5 (patch)
tree26116c9273f49d49e16883726b88c2f76a23894c /vcl
parentsw/qa/extras: no need to use different class names for these tests (diff)
downloadcore-cc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5.tar.gz
core-cc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5.zip
Remove comment mentioning bCompBorder.
The variable itself was removed in commit 696996791d1dbfd8f410236e30be5a1fb100de70.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/window/salframe.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index 4035d585b333..3cb870baad2e 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -2751,8 +2751,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings )
}
StyleSettings aStyleSettings = rSettings.GetStyleSettings();
- // TODO: once those options vanish: just set bCompBorder to TRUE
- // to have the system colors read
+
aStyleSettings.SetScrollBarSize( GetSystemMetrics( SM_CXVSCROLL ) );
aStyleSettings.SetSpinSize( GetSystemMetrics( SM_CXVSCROLL ) );
aStyleSettings.SetCursorBlinkTime( GetCaretBlinkTime() );