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

New commits:
commit 171e4298422f91c47d6ce71599e86376083ea3aa
Author: Michael Stahl <mst...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to