summaryrefslogtreecommitdiff
path: root/svtools/source/misc/imap.cxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2014-03-02 16:08:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-03 09:19:11 -0600
commit0feaf45541ab82a3e1d8e644380734cb85152446 (patch)
tree7f6109fe6e8084d376b0621a5ea005913868e2fd /svtools/source/misc/imap.cxx
parentff71f4e55c32f903fc4f988cc3e726d0c691841e (diff)
SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: I83e39d69deaf2aa1c5ca455c92d070a2d33def3f Reviewed-on: https://gerrit.libreoffice.org/8421 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/misc/imap.cxx')
-rw-r--r--svtools/source/misc/imap.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx
index 9cf2a4f493de..4ec9146c24a6 100644
--- a/svtools/source/misc/imap.cxx
+++ b/svtools/source/misc/imap.cxx
@@ -33,7 +33,6 @@
#include <string.h>
#include <math.h>
-DBG_NAME( ImageMap )
#define SCALEPOINT(aPT,aFracX,aFracY) (aPT).X()=((aPT).X()*(aFracX).GetNumerator())/(aFracX).GetDenominator(); \
@@ -581,7 +580,6 @@ ImageMap::ImageMap( const OUString& rName )
ImageMap::ImageMap( const ImageMap& rImageMap )
{
- DBG_CTOR( ImageMap, NULL );
size_t nCount = rImageMap.GetIMapObjectCount();
@@ -620,7 +618,6 @@ ImageMap::ImageMap( const ImageMap& rImageMap )
ImageMap::~ImageMap()
{
- DBG_DTOR( ImageMap, NULL );
ClearImageMap();
}