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

Remove remaining DBG_CTOR etc. remnants from formula

Change-Id: I36740cd276d2047552298606f24b2696ed61b36b
üst 1f90d06b
...@@ -525,7 +525,6 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode ...@@ -525,7 +525,6 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode
// class FormulaCompiler // class FormulaCompiler
DBG_NAME(FormulaCompiler)
FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr ) FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr )
: :
pArr( &rArr ), pArr( &rArr ),
...@@ -543,7 +542,6 @@ FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr ) ...@@ -543,7 +542,6 @@ FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr )
glSubTotal( false ) glSubTotal( false )
{ {
DBG_CTOR(FormulaCompiler, NULL);
} }
FormulaCompiler::FormulaCompiler() FormulaCompiler::FormulaCompiler()
...@@ -559,12 +557,10 @@ FormulaCompiler::FormulaCompiler() ...@@ -559,12 +557,10 @@ FormulaCompiler::FormulaCompiler()
bIgnoreErrors( false ) bIgnoreErrors( false )
{ {
DBG_CTOR(FormulaCompiler, NULL);
} }
FormulaCompiler::~FormulaCompiler() FormulaCompiler::~FormulaCompiler()
{ {
DBG_DTOR(FormulaCompiler, NULL);
} }
FormulaCompiler::OpCodeMapPtr FormulaCompiler::GetOpCodeMap( const sal_Int32 nLanguage ) const FormulaCompiler::OpCodeMapPtr FormulaCompiler::GetOpCodeMap( const sal_Int32 nLanguage ) const
......
...@@ -54,13 +54,9 @@ public: ...@@ -54,13 +54,9 @@ public:
ResMgr* getResManager(); ResMgr* getResManager();
}; };
DBG_NAME( rpt_OModuleImpl )
OModuleImpl::OModuleImpl() OModuleImpl::OModuleImpl()
:m_pResources(NULL) :m_pResources(NULL)
{ {
DBG_CTOR( rpt_OModuleImpl,NULL);
} }
...@@ -68,8 +64,6 @@ OModuleImpl::~OModuleImpl() ...@@ -68,8 +64,6 @@ OModuleImpl::~OModuleImpl()
{ {
if (m_pResources) if (m_pResources)
delete m_pResources; delete m_pResources;
DBG_DTOR( rpt_OModuleImpl,NULL);
} }
......
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