[Libreoffice-commits] .: filter/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Sat Mar 5 11:57:32 PST 2011
filter/source/msfilter/svxmsbas.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c459458e198d5ef7027b7a0ad653b8b8f6dc932f
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date: Fri Mar 4 13:06:07 2011 +0100
bool functions should use bool instead of BOOL for bRetValue.
diff --git a/filter/source/msfilter/svxmsbas.cxx b/filter/source/msfilter/svxmsbas.cxx
index 9c7cbc9..e0d6add 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 );
More information about the Libreoffice-commits
mailing list