summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Grid.cxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2014-01-19 17:15:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-21 16:26:50 +0000
commit5a73cceee597b56c568d061ead3a0b3269f2977b (patch)
tree4f1ca412758484b4f4b365a62339d2d966ef5a34 /forms/source/component/Grid.cxx
parentREPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR. (diff)
downloadcore-5a73cceee597b56c568d061ead3a0b3269f2977b.tar.gz
core-5a73cceee597b56c568d061ead3a0b3269f2977b.zip
FORMS : Remove usage of DBG_CTOR and DBG_DTOR.
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: Ida618d6ac383c65f1c09212a7b6aa5ee228677db Reviewed-on: https://gerrit.libreoffice.org/7534 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/component/Grid.cxx')
-rw-r--r--forms/source/component/Grid.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx
index bb526353e3c9..aa0caf59a58f 100644
--- a/forms/source/component/Grid.cxx
+++ b/forms/source/component/Grid.cxx
@@ -76,7 +76,6 @@ InterfaceRef SAL_CALL OGridControlModel_CreateInstance(const Reference<XMultiSer
return *(new OGridControlModel( comphelper::getComponentContext(_rxFactory) ));
}
-DBG_NAME(OGridControlModel);
//------------------------------------------------------------------
OGridControlModel::OGridControlModel(const Reference<XComponentContext>& _rxFactory)
:OControlModel(_rxFactory, OUString())
@@ -98,7 +97,6 @@ OGridControlModel::OGridControlModel(const Reference<XComponentContext>& _rxFact
,m_bAlwaysShowCursor(sal_False)
,m_bDisplaySynchron(sal_True)
{
- DBG_CTOR(OGridControlModel,NULL);
m_nClassId = FormComponentType::GRIDCONTROL;
}
@@ -113,7 +111,6 @@ OGridControlModel::OGridControlModel( const OGridControlModel* _pOriginal, const
,m_aResetListeners( m_aMutex )
,m_aRowSetChangeListeners( m_aMutex )
{
- DBG_CTOR(OGridControlModel,NULL);
m_aDefaultControl = _pOriginal->m_aDefaultControl;
m_bEnable = _pOriginal->m_bEnable;
@@ -142,7 +139,6 @@ OGridControlModel::~OGridControlModel()
dispose();
}
- DBG_DTOR(OGridControlModel,NULL);
}
// XCloneable