summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlCell.cxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2014-01-19 16:38:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-21 16:24:38 +0000
commitd3410004066070df4cf1944e241e29cd88f1eef3 (patch)
treececd34e93a3069b41491681ba16a2252f3b6b287 /reportdesign/source/filter/xml/xmlCell.cxx
parent5b2ba8ed5d6406492205b08ef25fe640253f66a1 (diff)
REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: I9cb8af9dad93a7ee7114489b13e3994515357a10 Reviewed-on: https://gerrit.libreoffice.org/7533 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign/source/filter/xml/xmlCell.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlCell.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/xmlCell.cxx b/reportdesign/source/filter/xml/xmlCell.cxx
index 65e4d51ffa44..094e7d7b6e17 100644
--- a/reportdesign/source/filter/xml/xmlCell.cxx
+++ b/reportdesign/source/filter/xml/xmlCell.cxx
@@ -47,7 +47,6 @@ namespace rptxml
using namespace beans;
using namespace xml::sax;
-DBG_NAME( rpt_OXMLCell )
OXMLCell::OXMLCell( ORptFilter& rImport
,sal_uInt16 nPrfx
@@ -61,7 +60,6 @@ OXMLCell::OXMLCell( ORptFilter& rImport
,m_nCurrentCount(0)
,m_bContainsShape(false)
{
- DBG_CTOR( rpt_OXMLCell,NULL);
if ( !m_pCell )
m_pCell = this;
@@ -96,7 +94,6 @@ OXMLCell::OXMLCell( ORptFilter& rImport
// -----------------------------------------------------------------------------
OXMLCell::~OXMLCell()
{
- DBG_DTOR( rpt_OXMLCell,NULL);
}
// -----------------------------------------------------------------------------
SvXMLImportContext* OXMLCell::CreateChildContext(