User: hr Date: 05/09/23 05:31:09 Modified: /dba/dbaccess/source/ui/dlg/ indexdialog.cxx
Log: INTEGRATION: CWS dba201b (1.19.36); FILE MERGED 2005/09/21 08:41:35 oj 1.19.36.2: RESYNC: (1.19-1.21); FILE MERGED 2005/07/11 13:37:21 fs 1.19.36.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: indexdialog.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/indexdialog.cxx?r1=1.21&r2=1.22 Delta lines: +7 -2 ------------------- --- indexdialog.cxx 8 Sep 2005 15:05:06 -0000 1.21 +++ indexdialog.cxx 23 Sep 2005 12:31:06 -0000 1.22 @@ -208,7 +208,8 @@ //================================================================== //= DbaIndexDialog //================================================================== - //------------------------------------------------------------------ +DBG_NAME(DbaIndexDialog) +//------------------------------------------------------------------ DbaIndexDialog::DbaIndexDialog( Window* _pParent, const Sequence< ::rtl::OUString >& _rFieldNames, const Reference< XNameAccess >& _rxIndexes, const Reference< XConnection >& _rxConnection, @@ -231,6 +232,8 @@ ,m_bEditAgain(sal_False) ,m_xORB(_rxORB) { + DBG_CTOR(DbaIndexDialog,NULL); + FreeResource(); m_aActions.SetSelectHdl(LINK(this, DbaIndexDialog, OnIndexAction)); @@ -373,6 +376,8 @@ // save our geometry settings // Point aPos = GetPosPixel(); // m_aGeometrySettings.SetPosition(aPos.X(), aPos.Y()); + + DBG_DTOR(DbaIndexDialog,NULL); } //------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
