summaryrefslogtreecommitdiffstats
path: root/forms/source/helper
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/helper
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/helper')
-rw-r--r--forms/source/helper/formnavigation.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/helper/formnavigation.cxx b/forms/source/helper/formnavigation.cxx
index 410b76a67d2f..8acc422a0636 100644
--- a/forms/source/helper/formnavigation.cxx
+++ b/forms/source/helper/formnavigation.cxx
@@ -42,20 +42,17 @@ namespace frm
//==================================================================
//= OFormNavigationHelper
//==================================================================
- DBG_NAME( OFormNavigationHelper )
//------------------------------------------------------------------
OFormNavigationHelper::OFormNavigationHelper( const Reference< XComponentContext >& _rxORB )
:m_xORB( _rxORB )
,m_nConnectedFeatures( 0 )
{
- DBG_CTOR( OFormNavigationHelper, NULL );
m_pFeatureInterception.reset( new ControlFeatureInterception( m_xORB ) );
}
//------------------------------------------------------------------
OFormNavigationHelper::~OFormNavigationHelper()
{
- DBG_DTOR( OFormNavigationHelper, NULL );
}
//------------------------------------------------------------------