User: hr      
Date: 05/09/23 05:31:53

Modified:
 /dba/dbaccess/source/ui/dlg/
  paramdialog.cxx

Log:
 INTEGRATION: CWS dba201b (1.9.376); FILE MERGED
 2005/09/21 08:44:45 oj 1.9.376.2: RESYNC: (1.9-1.10); FILE MERGED
 2005/07/11 13:37:21 fs 1.9.376.1: merging CWS dba201 into CWS dba201b

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: paramdialog.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/paramdialog.cxx?r1=1.10&r2=1.11
Delta lines:  +6 -1
-------------------
--- paramdialog.cxx     8 Sep 2005 15:07:59 -0000       1.10
+++ paramdialog.cxx     23 Sep 2005 12:31:50 -0000      1.11
@@ -116,12 +116,15 @@
 
 
        
//------------------------------------------------------------------------------
+DBG_NAME(OParameterDialog)
 
        OParameterDialog::OParameterDialog(
                        Window* pParent, const Reference< XIndexAccess > & 
rParamContainer,
                        const Reference< XConnection > & _rxConnection, const 
Reference< XMultiServiceFactory >& _rxORB)
                INIT_MEMBERS()
        {
+        DBG_CTOR(OParameterDialog,NULL);
+
                if (_rxORB.is())
                        m_xFormatter = Reference< 
XNumberFormatter>(_rxORB->createInstance(
                        
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.util.NumberFormatter"))),
 UNO_QUERY);
@@ -184,6 +187,8 @@
                        m_aResetVisitFlag.Stop();
 
                delete (ByteVector*)m_pVisitedParams;
+       
+        DBG_DTOR(OParameterDialog,NULL);
        }
 
        
//------------------------------------------------------------------------------




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

Reply via email to