From b3ff2f450f2e20af8e8f77515ad0615106859292 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 May 2016 09:20:35 +0200 Subject: loplugin:unusedmethods in slideshow to svtools Change-Id: Icf0056e13c88d7d347e668adaeddd4ed72af85cf Reviewed-on: https://gerrit.libreoffice.org/25141 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/inc/utility.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'starmath/inc/utility.hxx') diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index 3576c5fe1faf..6e8b977c2251 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -84,8 +84,6 @@ public: Font(rFont), nBorderWidth(-1) { Impl_Init(); } SmFace(const OUString& rName, const Size& rSize) : Font(rName, rSize), nBorderWidth(-1) { Impl_Init(); } - SmFace( FontFamily eFamily, const Size& rSize) : - Font(eFamily, rSize), nBorderWidth(-1) { Impl_Init(); } SmFace(const SmFace &rFace) : Font(rFace), nBorderWidth(-1) { Impl_Init(); } @@ -124,7 +122,6 @@ public: virtual ~SmFontPickList() { Clear(); } virtual void Insert(const vcl::Font &rFont); - void Update(const vcl::Font &rFont, const vcl::Font &rNewFont); void Remove(const vcl::Font &rFont); void Clear(); @@ -152,7 +149,6 @@ public: virtual void Insert(const vcl::Font &rFont) override; using Window::Update; - using SmFontPickList::Update; }; #endif -- cgit