User: hr Date: 05/09/23 05:30:33 Modified: /dba/dbaccess/source/ui/dlg/ dlgattr.cxx
Log: INTEGRATION: CWS dba201b (1.5.146); FILE MERGED 2005/09/21 08:34:51 oj 1.5.146.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:20 fs 1.5.146.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dlgattr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dlgattr.cxx?r1=1.6&r2=1.7 Delta lines: +5 -0 ------------------- --- dlgattr.cxx 8 Sep 2005 14:59:25 -0000 1.6 +++ dlgattr.cxx 23 Sep 2005 12:30:30 -0000 1.7 @@ -94,11 +94,14 @@ using namespace dbaui; +DBG_NAME(SbaSbAttrDlg) //================================================================== SbaSbAttrDlg::SbaSbAttrDlg(Window* pParent, const SfxItemSet* pCellAttrs, SvNumberFormatter* pFormatter, USHORT nFlags, BOOL bRow) : SfxTabDialog(pParent, ModuleRes( DLG_ATTR ), pCellAttrs ) ,aTitle(ResId(ST_ROW)) { + DBG_CTOR(SbaSbAttrDlg,NULL); + pNumberInfoItem = new SvxNumberInfoItem( pFormatter ); if (bRow) @@ -117,6 +120,8 @@ SbaSbAttrDlg::~SbaSbAttrDlg() { delete pNumberInfoItem; + + DBG_DTOR(SbaSbAttrDlg,NULL); } // ----------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
