summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 15:34:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 15:34:01 +0100
commit4b060ce51a039e37e24701c46b046fad835d3e0b (patch)
treed61b2e94ab2d7705b638478606267bd8c1603156 /formula
parent1f90d06bbb448165cf4eef4235e0af244b2c7329 (diff)
Remove remaining DBG_CTOR etc. remnants from formula
Change-Id: I36740cd276d2047552298606f24b2696ed61b36b
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx4
-rw-r--r--formula/source/ui/resource/ModuleHelper.cxx6
2 files changed, 0 insertions, 10 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index d37f8cf15ebc..ce36065c9c86 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -525,7 +525,6 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode
// class FormulaCompiler
-DBG_NAME(FormulaCompiler)
FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr )
:
pArr( &rArr ),
@@ -543,7 +542,6 @@ FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr )
glSubTotal( false )
{
- DBG_CTOR(FormulaCompiler, NULL);
}
FormulaCompiler::FormulaCompiler()
@@ -559,12 +557,10 @@ FormulaCompiler::FormulaCompiler()
bIgnoreErrors( false )
{
- DBG_CTOR(FormulaCompiler, NULL);
}
FormulaCompiler::~FormulaCompiler()
{
- DBG_DTOR(FormulaCompiler, NULL);
}
FormulaCompiler::OpCodeMapPtr FormulaCompiler::GetOpCodeMap( const sal_Int32 nLanguage ) const
diff --git a/formula/source/ui/resource/ModuleHelper.cxx b/formula/source/ui/resource/ModuleHelper.cxx
index 57a32c41c084..7d6de0f8ae9b 100644
--- a/formula/source/ui/resource/ModuleHelper.cxx
+++ b/formula/source/ui/resource/ModuleHelper.cxx
@@ -54,13 +54,9 @@ public:
ResMgr* getResManager();
};
-DBG_NAME( rpt_OModuleImpl )
-
OModuleImpl::OModuleImpl()
:m_pResources(NULL)
{
- DBG_CTOR( rpt_OModuleImpl,NULL);
-
}
@@ -68,8 +64,6 @@ OModuleImpl::~OModuleImpl()
{
if (m_pResources)
delete m_pResources;
-
- DBG_DTOR( rpt_OModuleImpl,NULL);
}