[Libreoffice-commits] core.git: framework/source
Tor Lillqvist
tml at collabora.com
Sat May 10 23:00:43 PDT 2014
framework/source/loadenv/loadenv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a57fe1af08f75802e7bca7448cf0b8f79d5b2d0
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun May 11 08:56:07 2014 +0300
WaE: implicit conversion of literal of type 'int' to 'bool'
Change-Id: Idf86fb4ac01a594d88e7d43c66b010c394ef217a
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 3184d7b..96ab133 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -131,7 +131,7 @@ LoadEnv::LoadEnv(const css::uno::Reference< css::uno::XComponentContext >& xCont
, m_eContentType(E_UNSUPPORTED_CONTENT)
, m_bCloseFrameOnError(false)
, m_bReactivateControllerOnError(false)
- , m_bLoaded( 0 )
+ , m_bLoaded( false )
, m_pQuietInteraction( 0 )
{
}
More information about the Libreoffice-commits
mailing list