From 5b2ba8ed5d6406492205b08ef25fe640253f66a1 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sun, 19 Jan 2014 15:51:52 +0100 Subject: DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Valgrind is capable of detecting such bugs. No need for extra macros. Conflicts: dbaccess/source/ui/dlg/tablespage.cxx Change-Id: I25ea9174a042050efdb371246417ee7f2edae997 Reviewed-on: https://gerrit.libreoffice.org/7532 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- dbaccess/source/ui/dlg/dlgattr.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'dbaccess/source/ui/dlg/dlgattr.cxx') diff --git a/dbaccess/source/ui/dlg/dlgattr.cxx b/dbaccess/source/ui/dlg/dlgattr.cxx index a882d0c07910..0a83ba3e8bc4 100644 --- a/dbaccess/source/ui/dlg/dlgattr.cxx +++ b/dbaccess/source/ui/dlg/dlgattr.cxx @@ -33,14 +33,12 @@ #include "moduledbu.hxx" using namespace dbaui; -DBG_NAME(SbaSbAttrDlg) SbaSbAttrDlg::SbaSbAttrDlg(Window* pParent, const SfxItemSet* pCellAttrs, SvNumberFormatter* pFormatter, bool bHasFormat, bool bRow) : SfxTabDialog(pParent, "FieldDialog", "dbaccess/ui/fielddialog.ui", pCellAttrs) , m_nNumberFormatId(0) { - DBG_CTOR(SbaSbAttrDlg,NULL); pNumberInfoItem = new SvxNumberInfoItem( pFormatter, 0 ); @@ -55,7 +53,6 @@ SbaSbAttrDlg::~SbaSbAttrDlg() { delete pNumberInfoItem; - DBG_DTOR(SbaSbAttrDlg,NULL); } void SbaSbAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) -- cgit