Tag: cws_src680_dba201
User: oj      
Date: 05/04/29 06:24:18

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.20.1&r2=1.25.20.2
Delta lines:  +3 -5
-------------------
--- documentdefinition.cxx      29 Apr 2005 05:58:41 -0000      1.25.20.1
+++ documentdefinition.cxx      29 Apr 2005 13:24:14 -0000      1.25.20.2
@@ -1350,7 +1350,6 @@
 {
        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);
                Sequence<Any> aArgs(2);
                PropertyValue aValue;
                aValue.Name = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TextDocument"));
@@ -1363,7 +1362,6 @@
                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);
        }
 }
 // 
-----------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to