[Libreoffice-commits] .: vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 26 04:51:01 PDT 2012


 vcl/source/app/settings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 171e4298422f91c47d6ce71599e86376083ea3aa
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Sep 26 13:49:08 2012 +0200

    MiscSettings::SetEnableATToolSupport: adapt WNT code to bool
    
    Change-Id: I21e7e270c33f525e8883232b98cd728475c35b40

diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index c68f025..4eb63b5 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -1036,7 +1036,7 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool bEnable )
 {
     if ( bEnable != mpData->mnEnableATT )
     {
-        sal_Bool bDummy;
+        bool bDummy;
         if( bEnable && !ImplInitAccessBridge(false, bDummy) )
             return;
 


More information about the Libreoffice-commits mailing list