Tag: cws_src680_dba28 User: fs Date: 05/03/22 23:33:35 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: RESYNC: (1.23-1.24); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.23.2.1&r2=1.23.2.2 Delta lines: +7 -6 ------------------- --- documentdefinition.cxx 21 Mar 2005 14:35:27 -0000 1.23.2.1 +++ documentdefinition.cxx 23 Mar 2005 07:33:32 -0000 1.23.2.2 @@ -1359,6 +1359,7 @@ aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ActiveConnection")); aValue.Value <<= m_xLastKnownConnection; aArgs[1] <<= aValue; + Reference< XJobExecutor > xExecuteable(m_xORB->createInstanceWithArguments(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.wizards.report.CallReportWizard")),aArgs),UNO_QUERY); if ( xExecuteable.is() ) xExecuteable->trigger(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("fill"))); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
