dbaccess/source/core/dataaccess/databasedocument.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d988dca4b1ab5bdb7efa0681627aead242d15361 Author: Noel Grandin <[email protected]> Date: Thu Nov 6 10:23:23 2014 +0200 loplugin:salbool Change-Id: Ib1cb796c53ace96002c3c99c84ce090a11fb1e84 diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index ec7ab62..e497c5c 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -756,7 +756,7 @@ void SAL_CALL ODatabaseDocument::recoverFromFile( const OUString& i_SourceLocati sal_Bool SAL_CALL ODatabaseDocument::attachResource( const OUString& _rURL, const Sequence< PropertyValue >& _rArguments ) throw (RuntimeException, std::exception) { DocumentGuard aGuard( *this, DocumentGuard::MethodUsedDuringInit ); - sal_Bool bRet = sal_False; + bool bRet = false; try { bRet = impl_attachResource( _rURL, _rArguments, aGuard ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
