[Libreoffice-commits] .: vcl/win

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Apr 27 06:51:51 PDT 2012


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

New commits:
commit cc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5
Author: Jan Holesovsky <kendy at 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() );


More information about the Libreoffice-commits mailing list