summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 10:50:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 11:38:22 +0000
commit618171552e1bcddb07660167d9df4512435269b0 (patch)
tree24663a06258318d8ab0d57d1e6f676e4afdebcdc /starmath/inc/utility.hxx
parenta6628078a929a39a95ae8b2f51348996dc41afbc (diff)
loplugin:expandablemethods in sot..starmath
Change-Id: I5b718bbda9ceca5bbfd1e6482ebd215e15884956 Reviewed-on: https://gerrit.libreoffice.org/30318 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index be4c84db6062..7920fc84d38a 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -122,7 +122,6 @@ public:
virtual ~SmFontPickList() { Clear(); }
virtual void Insert(const vcl::Font &rFont);
- void Remove(const vcl::Font &rFont);
void Clear();
vcl::Font Get(sal_uInt16 nPos = 0) const;