From ed617a7e6caf8a7f9f0f67bceb1280f61f5428c8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Jun 2019 11:37:59 +0200 Subject: loplugin:unusedmethods Change-Id: I7787a8eedf500b0b16c04114935d3d3124d9ac3d Reviewed-on: https://gerrit.libreoffice.org/74032 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/DescriptionGenerator.hxx | 8 -------- include/svx/fntctrl.hxx | 2 -- include/vcl/toolkit/tabdlg.hxx | 6 +----- 3 files changed, 1 insertion(+), 15 deletions(-) (limited to 'include') diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx index 991cc8decb07..8d3010ea5b94 100644 --- a/include/svx/DescriptionGenerator.hxx +++ b/include/svx/DescriptionGenerator.hxx @@ -134,14 +134,6 @@ public: */ void AppendString (const OUString& sString); - /** Add properties that describe line and border attributes. - */ - void AddLineProperties(); - - /** Add properties that describe how areas are filled. - */ - void AddFillProperties(); - private: /// Reference to the shape from which the properties are extracted. css::uno::Reference< css::drawing::XShape> mxShape; diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 938fd0afef22..16d585608053 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -64,8 +64,6 @@ public: bool IsTwoLines() const; - void SetFontWidthScale( sal_uInt16 nScaleInPercent ); - virtual Size GetOptimalSize() const override; }; diff --git a/include/vcl/toolkit/tabdlg.hxx b/include/vcl/toolkit/tabdlg.hxx index d42382a0a347..fc3a35d0f02e 100644 --- a/include/vcl/toolkit/tabdlg.hxx +++ b/include/vcl/toolkit/tabdlg.hxx @@ -37,16 +37,12 @@ private: SAL_DLLPRIVATE void ImplPosControls(); public: - TabDialog( vcl::Window* pParent, - WinBits nStyle ); - TabDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ); + TabDialog( vcl::Window* pParent, WinBits nStyle ); virtual ~TabDialog() override; virtual void dispose() override; virtual void StateChanged( StateChangedType nStateChange ) override; - vcl::Window* GetViewWindow() const { return mpViewWindow; } - // Screenshot interface virtual std::vector getAllPageUIXMLDescriptions() const override; virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription) override; -- cgit