vcl/win/source/window/salframe.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5
Author: Jan Holesovsky <ke...@suse.cz>
Date:   Mon Apr 23 15:39:31 2012 +0200

    Remove comment mentioning bCompBorder.
    
    The variable itself was removed in
    commit 696996791d1dbfd8f410236e30be5a1fb100de70.

diff --git a/vcl/win/source/window/salframe.cxx 
b/vcl/win/source/window/salframe.cxx
index 4035d58..3cb870b 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() );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to