summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.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/ListBox.cxx
parentd3410004066070df4cf1944e241e29cd88f1eef3 (diff)
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/ListBox.cxx')
-rw-r--r--forms/source/component/ListBox.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index a39b59e4944d..8945b999886e 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -153,7 +153,6 @@ namespace frm
startAggregatePropertyListening( PROPERTY_STRINGITEMLIST );
}
- DBG_NAME(OListBoxModel);
//------------------------------------------------------------------
OListBoxModel::OListBoxModel(const Reference<XComponentContext>& _rxFactory)
:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_LISTBOX, FRM_SUN_CONTROL_LISTBOX, sal_True, sal_True, sal_True )
@@ -164,7 +163,6 @@ namespace frm
,m_nNULLPos(-1)
,m_nBoundColumnType( DataType::SQLNULL )
{
- DBG_CTOR(OListBoxModel,NULL);
m_nClassId = FormComponentType::LISTBOX;
m_eListSourceType = ListSourceType_VALUELIST;
@@ -188,7 +186,6 @@ namespace frm
,m_nNULLPos(-1)
,m_nBoundColumnType( DataType::SQLNULL )
{
- DBG_CTOR(OListBoxModel,NULL);
init();
}
@@ -202,7 +199,6 @@ namespace frm
dispose();
}
- DBG_DTOR(OListBoxModel,NULL);
}
// XCloneable
@@ -1756,14 +1752,12 @@ namespace frm
return aReturn;
}
- DBG_NAME(OListBoxControl);
//------------------------------------------------------------------------------
OListBoxControl::OListBoxControl(const Reference<XComponentContext>& _rxFactory)
:OBoundControl( _rxFactory, VCL_CONTROL_LISTBOX, sal_False )
,m_aChangeListeners( m_aMutex )
,m_aItemListeners( m_aMutex )
{
- DBG_CTOR(OListBoxControl,NULL);
increment(m_refCount);
{
@@ -1797,7 +1791,6 @@ namespace frm
doResetDelegator();
m_xAggregateListBox.clear();
- DBG_DTOR(OListBoxControl,NULL);
}
//------------------------------------------------------------------------------