shell/source/backends/kde4be/kde4access.cxx |    2 +-
 shell/source/backends/kdebe/kdeaccess.cxx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8405ee507ee66e8d07eb69254c2763b299bae6d2
Author: Stephan Bergmann <[email protected]>
Date:   Thu Sep 11 16:30:49 2014 +0200

    shell: sal_Bool -> bool
    
    Change-Id: Ie4fedd95752aa1212481bff0cda7c0045956b361

diff --git a/shell/source/backends/kde4be/kde4access.cxx 
b/shell/source/backends/kde4be/kde4access.cxx
index 4cf3869..33a7789 100644
--- a/shell/source/backends/kde4be/kde4access.cxx
+++ b/shell/source/backends/kde4be/kde4access.cxx
@@ -83,7 +83,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const 
& id) {
     } else if (id == "EnableATToolSupport")
     {
         /* does not make much sense without an accessibility bridge */
-        sal_Bool ATToolSupport = sal_False;
+        bool ATToolSupport = false;
         return css::beans::Optional< css::uno::Any >(
             true, uno::makeAny( OUString::boolean( ATToolSupport ) ) );
     } else if (id == "WorkPathVariable")
diff --git a/shell/source/backends/kdebe/kdeaccess.cxx 
b/shell/source/backends/kdebe/kdeaccess.cxx
index cff355f..b7de82a 100644
--- a/shell/source/backends/kdebe/kdeaccess.cxx
+++ b/shell/source/backends/kdebe/kdeaccess.cxx
@@ -79,7 +79,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const 
& id) {
     } else if (id == "EnableATToolSupport")
     {
         /* does not make much sense without an accessibility bridge */
-        sal_Bool ATToolSupport = sal_False;
+        bool ATToolSupport = false;
         return css::beans::Optional< css::uno::Any >(
             true, uno::makeAny( OUString::boolean( ATToolSupport ) ) );
     } else if (id == "WorkPathVariable")
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to