Kaydet (Commit) 9a57fe1a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

Change-Id: Idf86fb4ac01a594d88e7d43c66b010c394ef217a
üst 777bc22c
...@@ -131,7 +131,7 @@ LoadEnv::LoadEnv(const css::uno::Reference< css::uno::XComponentContext >& xCont ...@@ -131,7 +131,7 @@ LoadEnv::LoadEnv(const css::uno::Reference< css::uno::XComponentContext >& xCont
, m_eContentType(E_UNSUPPORTED_CONTENT) , m_eContentType(E_UNSUPPORTED_CONTENT)
, m_bCloseFrameOnError(false) , m_bCloseFrameOnError(false)
, m_bReactivateControllerOnError(false) , m_bReactivateControllerOnError(false)
, m_bLoaded( 0 ) , m_bLoaded( false )
, m_pQuietInteraction( 0 ) , m_pQuietInteraction( 0 )
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment