Hello, This verry small patch replace BOOL by bool for bRetValue.
Can I replace all BOOL from msfilter to bool? Patch underLGPLv3+/MPL. Thanks
From 14f0fda323be0bceabf0443240d7ec2f89942ad1 Mon Sep 17 00:00:00 2001 From: Arnaud Versini <arnaud.vers...@gmail.com> Date: Fri, 4 Mar 2011 13:06:07 +0100 Subject: [PATCH] bool functions should use bool instead of BOOL for bRetValue. --- filter/source/msfilter/svxmsbas.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filter/source/msfilter/svxmsbas.cxx b/filter/source/msfilter/svxmsbas.cxx index 906a1c7..81719f4 100644 --- a/filter/source/msfilter/svxmsbas.cxx +++ b/filter/source/msfilter/svxmsbas.cxx @@ -116,7 +116,7 @@ int SvxImportMSVBasic::Import( const String& rStorageName, bool SvxImportMSVBasic::ImportForms_Impl(const String& rStorageName, const String& rSubStorageName, BOOL bVBAMode ) { - BOOL bRet = FALSE; + bool bRet = false; // #FIXME VBA_Impl ( or some other new class ) should handle both userforms // and code VBA_Impl aVBA( *xRoot, TRUE ); -- 1.7.4.1
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice