Tag: cws_src680_dba30 User: fs Date: 05/05/25 08:02:28 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: RESYNC: (1.25-1.26); 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.25.2.1&r2=1.25.2.2 Delta lines: +5 -5 ------------------- --- documentdefinition.cxx 6 Apr 2005 07:20:49 -0000 1.25.2.1 +++ documentdefinition.cxx 25 May 2005 15:02:24 -0000 1.25.2.2 @@ -1350,7 +1350,7 @@ { if ( !m_bForm && _bFill && m_pImpl->m_aProps.bAsTemplate && !m_bOpenInDesign ) // open a report in alive mode, so we need to fill it { - setModelReadOnly(sal_False); + // setModelReadOnly(sal_False); Sequence<Any> aArgs(2); PropertyValue aValue; aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TextDocument")); @@ -1363,7 +1363,7 @@ 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"))); - setModelReadOnly(sal_True); +// setModelReadOnly(sal_True); } } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
