summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-23 13:17:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-23 19:02:25 +0100
commitba20fcaa257f4ce8491e4303c0e05dc5460c18fe (patch)
tree82e1e86effeac30a1ea0156eaba581ad804f302c /editeng
parent804dd3e3761fe94e139384c4fdf765da0256f0fd (diff)
loplugin:unusedmethods
Change-Id: Ie0534244cc7a30ad006e65baf125c59757c90d50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111388 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/outliner/outlvw.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx
index d9a832fb524c..f74689f91ded 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -1382,11 +1382,6 @@ void OutlinerView::RegisterViewShell(OutlinerViewShell* pViewShell)
pEditView->RegisterViewShell(pViewShell);
}
-const OutlinerViewShell* OutlinerView::GetViewShell()
-{
- return pEditView->GetViewShell();
-}
-
Color const & OutlinerView::GetBackgroundColor() const
{
return pEditView->GetBackgroundColor();