diff options
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index b003402a020b..495bce023485 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -48,24 +48,6 @@ RedlinData::~RedlinData() { } -SvxRedlinEntry::SvxRedlinEntry() - : SvTreeListEntry() -{ -} - -SvxRedlinEntry::~SvxRedlinEntry() -{ - RedlinData* pRedDat=static_cast<RedlinData*>(GetUserData()); - delete pRedDat; -} - -SvLBoxColorString::SvLBoxColorString(const OUString& rStr, const Color& rCol) - : SvLBoxString(rStr) -{ - aPrivColor=rCol; - SetText( rStr ); -} - SvLBoxColorString::SvLBoxColorString() : SvLBoxString() { @@ -947,11 +929,6 @@ void SvxTPFilter::Enable(bool bEnable) } } -void SvxTPFilter::Disable() -{ - Enable( false ); -} - IMPL_LINK(SvxTPFilter, ModifyDate, SvtCalendarBox&, rTF, void) { Date aDate( Date::SYSTEM ); |