From 4a08d20ee58a6ade7dce58e45432cde73d9eb7b8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Feb 2020 16:52:06 +0200 Subject: loplugin:unusedmethods Change-Id: I2194158d555958f0192d8d6c18e4c093608b8fb8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89119 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/inc/navipi.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx index 2213365847ca..6d48e6cda665 100644 --- a/sw/source/uibase/inc/navipi.hxx +++ b/sw/source/uibase/inc/navipi.hxx @@ -146,7 +146,6 @@ public: bool IsGlobalMode() const {return m_bGlobalMode;} SwView* GetCreateView() const; - void CreateNavigationTool(); FactoryFunction GetUITestFactory() const override; }; -- cgit