WaE: implicit conversion of literal of type 'int' to 'bool'

Change-Id: Idf86fb4ac01a594d88e7d43c66b010c394ef217a
This commit is contained in:
Tor Lillqvist
2014-05-11 08:56:07 +03:00
parent 777bc22ca6
commit 9a57fe1af0

View File

@@ -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 )
{
}