summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objmisc.cxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2014-03-02 16:06:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-03 09:23:34 -0600
commit7ac4babfd6eabc51262560a5caa846d86f79a6c0 (patch)
tree4498956c6ed4b6072ec4d18bb876da059372e546 /sfx2/source/doc/objmisc.cxx
parent7963d2b0f6fe006c215607eda1c51acf1d7273b5 (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/objmisc.cxx')
-rw-r--r--sfx2/source/doc/objmisc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index a463bf5a8946..f520802c1e8b 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -354,7 +354,6 @@ void SfxObjectShell::ModifyChanged()
// SetModified dispose of the models!
return;
- {DBG_CHKTHIS(SfxObjectShell, 0);}
SfxViewFrame* pViewFrame = SfxViewFrame::Current();
if ( pViewFrame )
@@ -715,7 +714,6 @@ void SfxObjectShell::SetTitle
*/
{
- DBG_CHKTHIS(SfxObjectShell, 0);
// Nothing to do?
if ( ( ( HasName() && pImp->aTitle == rTitle )