Kaydet (Commit) e941759d authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

dba34a: GCC WaE

üst 92d7b814
......@@ -244,10 +244,10 @@ uno::Reference< chart2::data::XDataSource > SAL_CALL DatabaseDataProvider::creat
uno::Reference< lang::XInitialization> xIni(m_xInternal,uno::UNO_QUERY);
if ( xIni.is() )
{
uno::Sequence< uno::Any > aArgs(1);
uno::Sequence< uno::Any > aInitArgs(1);
beans::NamedValue aParam(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CreateDefaultData")),uno::makeAny(sal_True));
aArgs[0] <<= aParam;
xIni->initialize(aArgs);
aInitArgs[0] <<= aParam;
xIni->initialize(aInitArgs);
}
}
......
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