[Libreoffice-commits] core.git: include/vbahelper

Stephan Bergmann sbergman at redhat.com
Mon Sep 15 06:41:53 PDT 2014


 include/vbahelper/vbareturntypes.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40036fc228af31d84bc1d3a64af84ce03117fb37
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Sep 15 15:41:18 2014 +0200

    scripting: sal_Bool -> bool
    
    Change-Id: I3b2d410dfdd9bc779e7f1f1674fb6fc8b74a42c2

diff --git a/include/vbahelper/vbareturntypes.hxx b/include/vbahelper/vbareturntypes.hxx
index 826909e..ac8508c 100644
--- a/include/vbahelper/vbareturntypes.hxx
+++ b/include/vbahelper/vbareturntypes.hxx
@@ -55,7 +55,7 @@ namespace ooo
         class ReturnBoolean : public ReturnBoolean_BASE
         {
             public:
-            ReturnBoolean( sal_Bool nValue ) : ReturnBoolean_BASE( nValue ){}
+            ReturnBoolean( bool nValue ) : ReturnBoolean_BASE( nValue ){}
         };
         typedef DefaultReturnHelper< float, ov::msforms::XReturnSingle > ReturnSingle_BASE;
         class ReturnSingle : public ReturnSingle_BASE


More information about the Libreoffice-commits mailing list