summaryrefslogtreecommitdiff
path: root/svtools/source/misc/templatefoldercache.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/templatefoldercache.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/templatefoldercache.cxx')
-rw-r--r--svtools/source/misc/templatefoldercache.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx
index bc9c498a1f61..548cab19c42b 100644
--- a/svtools/source/misc/templatefoldercache.cxx
+++ b/svtools/source/misc/templatefoldercache.cxx
@@ -159,13 +159,11 @@ namespace svt
};
- DBG_NAME( TemplateContent )
TemplateContent::TemplateContent( const INetURLObject& _rURL )
:m_aURL( _rURL )
{
- DBG_CTOR( TemplateContent, NULL );
DBG_ASSERT( INET_PROT_NOT_VALID != m_aURL.GetProtocol(), "TemplateContent::TemplateContent: invalid URL!" );
m_sLocalName = m_aURL.getName();
implResetDate();
@@ -174,7 +172,6 @@ namespace svt
TemplateContent::~TemplateContent()
{
- DBG_DTOR( TemplateContent, NULL );
}