Kaydet (Commit) f31964b0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove remaining DBG_CTOR etc. remnants from xmloff

Change-Id: I1358b5388195240c3357e4be851a48ccbe33df9e
üst a6c9d004
......@@ -31,7 +31,6 @@
using namespace ::com::sun::star;
DBG_NAME(SvXMLImportContext)
TYPEINIT0( SvXMLImportContext );
SvXMLImportContext::SvXMLImportContext( SvXMLImport& rImp, sal_uInt16 nPrfx,
const OUString& rLName ) :
......@@ -40,14 +39,10 @@ SvXMLImportContext::SvXMLImportContext( SvXMLImport& rImp, sal_uInt16 nPrfx,
maLocalName( rLName ),
mpRewindMap( 0 )
{
DBG_CTOR(SvXMLImportContext,NULL);
}
SvXMLImportContext::~SvXMLImportContext()
{
DBG_DTOR(SvXMLImportContext,NULL);
}
SvXMLImportContext *SvXMLImportContext::CreateChildContext( sal_uInt16 nPrefix,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment