diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2014-01-19 17:15:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-21 16:26:50 +0000 |
commit | 5a73cceee597b56c568d061ead3a0b3269f2977b (patch) | |
tree | 4f1ca412758484b4f4b365a62339d2d966ef5a34 /forms/source/component/GroupManager.hxx | |
parent | d3410004066070df4cf1944e241e29cd88f1eef3 (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/GroupManager.hxx')
-rw-r--r-- | forms/source/component/GroupManager.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx index c0b40094f98e..e682194c208b 100644 --- a/forms/source/component/GroupManager.hxx +++ b/forms/source/component/GroupManager.hxx @@ -156,9 +156,6 @@ class OGroup public: OGroup( const OUString& rGroupName ); -#ifdef DBG_UTIL - OGroup( const OGroup& _rSource ); // just to ensure the DBG_CTOR call -#endif virtual ~OGroup(); sal_Bool operator==( const OGroup& rGroup ) const; |