User: obo     
Date: 05/04/18 01:46:24

Modified:
 /dba/dbaccess/source/core/dataaccess/
  documentdefinition.cxx

Log:
 INTEGRATION: CWS dba33 (1.25.18); FILE MERGED
 2005/04/14 07:58:34 oj 1.25.18.1: #i47271# remove readonly calls

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&r2=1.26
Delta lines:  +2 -2
-------------------
--- documentdefinition.cxx      23 Mar 2005 09:53:43 -0000      1.25
+++ documentdefinition.cxx      18 Apr 2005 08:46:22 -0000      1.26
@@ -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]

Reply via email to