diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-05-09 13:00:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-05-09 14:31:12 +0200 |
commit | 7f6d5dfb2244468e2faa7be05d4258692c6e84dc (patch) | |
tree | 8c03b0980c003a66f2a2683920c1557a3ada6e8e /svx | |
parent | b4009daccd11e416865efd5fd3c205c46691bb12 (diff) |
loplugin:unusedmethods
Change-Id: I7b4d2e5e611935284e2902b0089950768dfb7717
Reviewed-on: https://gerrit.libreoffice.org/72036
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-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 ); |