summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 15:32:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 15:32:45 +0100
commit1f90d06bbb448165cf4eef4235e0af244b2c7329 (patch)
treef7e5692960b48a800d6270a4efd470ac9ac91699 /forms
parentbe89e8b8ac19c0feca8850ccaddd90205c63dbe5 (diff)
Remove remaining DBG_CTOR etc. remnants from forms
Change-Id: I1616d7e77071caa78ffd8c7d7857f50f3afa1bb7
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/GroupManager.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx
index 1f7c5a3e9ff2..99c98f49939b 100644
--- a/forms/source/component/GroupManager.cxx
+++ b/forms/source/component/GroupManager.cxx
@@ -213,14 +213,10 @@ Sequence< Reference<XControlModel> > OGroup::GetControlModels() const
return aControlModelSeq;
}
-DBG_NAME(OGroupManager);
-
OGroupManager::OGroupManager(const Reference< XContainer >& _rxContainer)
:m_pCompGroup( new OGroup( OUString("AllComponentGroup") ) )
,m_xContainer(_rxContainer)
{
- DBG_CTOR(OGroupManager,NULL);
-
increment(m_refCount);
{
_rxContainer->addContainerListener(this);
@@ -230,7 +226,6 @@ OGroupManager::OGroupManager(const Reference< XContainer >& _rxContainer)
OGroupManager::~OGroupManager()
{
- DBG_DTOR(OGroupManager,NULL);
// delete all Components and CompGroup
delete m_pCompGroup;
}