summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-09-30 14:23:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-30 15:56:37 +0200
commit2be04eb4de522bc3aac0449721dd38afebf2ec63 (patch)
treee9204ea9945b26f24578b8c3a37eed7aaf4850c7 /starmath/inc
parent99e51aaf2ad216888622a46a625479e1b42946d4 (diff)
loplugin:unusedmethods
Change-Id: I4f5262af08bb35540e6330775a91df42e4c9977e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103684 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/node.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 6c28be36e98b..425ca59986f9 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -701,14 +701,6 @@ public:
sal_uInt16 GetFontDesc() const { return mnFontDesc; }
/**
- * Sets the font type to fontdesc.
- * Definitions are on format.hxx.
- * @param fontdesc
- * @return
- */
- void SetFontDesc(sal_uInt16 fontdesc) { mnFontDesc=fontdesc; }
-
- /**
* Sets the node text to rText.
* @param rText
* @return