Kaydet (Commit) bd27671c authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

Initialise the default-constructed ConnectionTools

Regression from the "convert to new style", which led to ignoring aArguments

Change-Id: I09477578f77b253b8c6435d52e1e636d2e212023
üst acf9b409
......@@ -758,6 +758,9 @@ void OConnection::impl_loadConnectionTools_throw()
aArguments[0] <<= NamedValue( "Connection" , makeAny( Reference< XConnection >( this ) ) );
m_xConnectionTools = css::sdb::tools::ConnectionTools::create( m_aContext );
assert(Reference< XInitialization >(m_xConnectionTools, UNO_QUERY).is());
Reference< XInitialization > xInit(m_xConnectionTools, UNO_QUERY_THROW );
xInit->initialize(aArguments);
}
Reference< XTableName > SAL_CALL OConnection::createTableName( ) throw (RuntimeException)
......
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