From 61d49afadb2badc7572b04c73ee682afde1d2e7b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Aug 2017 13:01:54 +0200 Subject: loplugin:unusedmethods Change-Id: Id66cf12e3a59aeed1b9a7a111b841e30b248635b Reviewed-on: https://gerrit.libreoffice.org/40876 Tested-by: Jenkins Reviewed-by: Jochen Nitschke Reviewed-by: Noel Grandin --- include/sfx2/charwin.hxx | 1 - include/sfx2/tbxctrl.hxx | 4 ---- 2 files changed, 5 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index ecfe66269466..fa0f58a55c4e 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -31,7 +31,6 @@ public: void SetFont( const vcl::Font& rFont ); void SetText( const OUString& rText ) override; void InsertCharToDoc(); - Point GetClickPosition() const; void createContextMenu(); diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index 39a7997ac916..b75e9b10de5c 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -103,10 +103,6 @@ public: const OString& rID, const OUString& rUIXMLDescription, const css::uno::Reference &rFrame = css::uno::Reference()); - SfxPopupWindow( sal_uInt16 nId, - const css::uno::Reference< css::frame::XFrame >& rFrame, - vcl::Window* pParentWindow, - WinBits nBits ); virtual ~SfxPopupWindow() override; virtual void dispose() override; -- cgit