summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r--svx/source/dialog/ctredlin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index 99a7f809d91a..2e3e73471fbf 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -75,13 +75,11 @@ SvxRedlinEntry::~SvxRedlinEntry()
// Functions in the inserts Items of SvxRedlinTable
-DBG_NAME(SvLBoxColorString);
SvLBoxColorString::SvLBoxColorString(SvTreeListEntry*pEntry, sal_uInt16 nFlags, const OUString& rStr,
const Color& rCol)
: SvLBoxString(pEntry, nFlags, rStr)
{
- DBG_CTOR(SvLBoxColorString,0);
aPrivColor=rCol;
SetText( rStr );
}
@@ -89,17 +87,14 @@ SvLBoxColorString::SvLBoxColorString(SvTreeListEntry*pEntry, sal_uInt16 nFlags,
SvLBoxColorString::SvLBoxColorString()
: SvLBoxString()
{
- DBG_CTOR(SvLBoxColorString,0);
}
SvLBoxColorString::~SvLBoxColorString()
{
- DBG_DTOR(SvLBoxColorString,0);
}
SvLBoxItem* SvLBoxColorString::Create() const
{
- DBG_CHKTHIS(SvLBoxColorString,0);
return new SvLBoxColorString;
}