summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-20 16:52:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-21 07:16:46 +0100
commit4a08d20ee58a6ade7dce58e45432cde73d9eb7b8 (patch)
treec5d3d0901d9eae7157732445c7565f9b89ae63fb /sw/source/uibase/inc
parent285d275816e58798a0a830f356cc76ef5ef506e1 (diff)
loplugin:unusedmethods
Change-Id: I2194158d555958f0192d8d6c18e4c093608b8fb8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89119 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/navipi.hxx1
1 files changed, 0 insertions, 1 deletions
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;
};