include/vbahelper/vbareturntypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 40036fc228af31d84bc1d3a64af84ce03117fb37 Author: Stephan Bergmann <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
