diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2014-03-02 16:06:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-03 09:23:34 -0600 |
commit | 7ac4babfd6eabc51262560a5caa846d86f79a6c0 (patch) | |
tree | 4498956c6ed4b6072ec4d18bb876da059372e546 /sfx2/source/doc/sfxbasemodel.cxx | |
parent | 7963d2b0f6fe006c215607eda1c51acf1d7273b5 (diff) |
SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.
Valgrind is capable of detecting such bugs. No need for extra macros.
Change-Id: I35a9403da152ea2b637c0235d776c7789e2ef207
Reviewed-on: https://gerrit.libreoffice.org/8420
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx index 7a30ba3e1a21..78d26f556885 100644 --- a/sfx2/source/doc/sfxbasemodel.cxx +++ b/sfx2/source/doc/sfxbasemodel.cxx @@ -523,7 +523,6 @@ SfxBaseModel::SfxBaseModel( SfxObjectShell *pObjectShell ) , m_bSupportEmbeddedScripts( pObjectShell && pObjectShell->Get_Impl() ? !pObjectShell->Get_Impl()->m_bNoBasicCapabilities : false ) , m_bSupportDocRecovery( pObjectShell && pObjectShell->Get_Impl() ? pObjectShell->Get_Impl()->m_bDocRecoverySupport : false ) { - DBG_CTOR(sfx2_SfxBaseModel,NULL); if ( pObjectShell != NULL ) { StartListening( *pObjectShell ) ; @@ -536,7 +535,6 @@ SfxBaseModel::SfxBaseModel( SfxObjectShell *pObjectShell ) SfxBaseModel::~SfxBaseModel() { - DBG_DTOR(sfx2_SfxBaseModel,NULL); } |