diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-10 08:40:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-11 07:52:45 +0200 |
commit | 3cd343ca62d80753f88135aa88ea0dc4d935f315 (patch) | |
tree | 92262315414ccd53b79ef94bb4dc9e82d924fd26 /svx | |
parent | 749306002e9a6fcc83966d90f45d2a7817cd6ce6 (diff) |
loplugin:virtualdown in SvxTPFilter
Change-Id: I544fe7eff02102372d7578caa8cf86ce58811b20
Reviewed-on: https://gerrit.libreoffice.org/73768
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 71584916fcb9..f912a6fc7f9c 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -307,10 +307,6 @@ void SvxTPage::ActivatePage() { } -void SvxTPage::DeactivatePage() -{ -} - SvxTPView::SvxTPView(weld::Container* pParent, weld::Builder* pTopLevel) : SvxTPage(pParent, "svx/ui/redlineviewpage.ui", "RedlineViewPage") , bEnableAccept(true) |