From 0649622956431e0a1955cb80d1175025401ab5e5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Feb 2017 10:15:34 +0200 Subject: loplugin:unusedmethods Change-Id: I52a9f16f3ed543a3c83ca111df70e3f7ae1ef33c Reviewed-on: https://gerrit.libreoffice.org/34508 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- basctl/source/inc/basidesh.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index d6f02ea6468c..ceb52885ad54 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -149,7 +149,6 @@ public: virtual ~Shell() override; BaseWindow* GetCurWindow() const { return pCurWin; } - ScriptDocument const& GetCurDocument() const { return m_aCurDocument; } OUString const& GetCurLibName() const { return m_aCurLibName; } const std::shared_ptr& GetCurLocalizationMgr() const { return m_pCurLocalizationMgr; } -- cgit