From ba20fcaa257f4ce8491e4303c0e05dc5460c18fe Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 23 Feb 2021 13:17:29 +0200 Subject: loplugin:unusedmethods Change-Id: Ie0534244cc7a30ad006e65baf125c59757c90d50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111388 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/outliner.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/editeng') diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 8ebea9a689e9..55d48fbd7d26 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -258,7 +258,6 @@ public: /// Informs this edit view about which view shell contains it. void RegisterViewShell(OutlinerViewShell* pViewShell); - const OutlinerViewShell* GetViewShell(); SfxItemSet GetAttribs(); -- cgit