DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.

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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Arnaud Versini
2014-01-19 15:51:52 +01:00
committed by Caolán McNamara
parent de2d5d9abb
commit 5b2ba8ed5d
185 changed files with 3 additions and 1033 deletions

View File

@@ -2487,7 +2487,6 @@ namespace
}
// end of anonymouse namespace
DBG_NAME(OQueryDesignView)
OQueryDesignView::OQueryDesignView( OQueryContainerWindow* _pParent,
OQueryController& _rController,
@@ -2497,7 +2496,6 @@ OQueryDesignView::OQueryDesignView( OQueryContainerWindow* _pParent,
,m_eChildFocus(NONE)
,m_bInSplitHandler( sal_False )
{
DBG_CTOR(OQueryDesignView,NULL);
try
{
@@ -2528,7 +2526,6 @@ OQueryDesignView::~OQueryDesignView()
SAL_WNODEPRECATED_DECLARATIONS_POP
m_pSelectionBox = NULL;
DBG_DTOR(OQueryDesignView,NULL);
}
IMPL_LINK( OQueryDesignView, SplitHdl, void*, /*p*/ )