summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-11-28 23:34:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-11-29 01:04:31 +0000
commit4130c8def811d1dcc87eacaa8ae48ba02738a790 (patch)
tree74aad48c737f03dc13acf7c3d4bffaa8468b9ef5 /starmath/inc
parent2bad9f1cd8da0cd3d8ff33e875eaf10c1fd9d0bf (diff)
starmath: these static functions can be local
Change-Id: I5babffab846a9f17cd14cbf8ffd3b34b6bb27abd Reviewed-on: https://gerrit.libreoffice.org/31322 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/node.hxx5
-rw-r--r--starmath/inc/utility.hxx3
2 files changed, 0 insertions, 8 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 0b91d220e16f..9ad19f1ea89a 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -693,11 +693,6 @@ public:
*/
class SmRootNode : public SmStructureNode
{
-protected:
- static void GetHeightVerOffset(const SmRect &rRect,
- long &rHeight, long &rVerOffset);
- static Point GetExtraPos(const SmRect &rRootSymbol, const SmRect &rExtra);
-
public:
explicit SmRootNode(const SmToken &rNodeToken)
: SmStructureNode(NROOT, rNodeToken, 3)
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index 7920fc84d38a..188ffdd5d67a 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -114,9 +114,6 @@ protected:
sal_uInt16 nMaxItems;
std::deque<vcl::Font> aFontVec;
- static bool CompareItem(const vcl::Font & rFirstFont, const vcl::Font & rSecondFont);
- static OUString GetStringItem(const vcl::Font &rItem);
-
public:
explicit SmFontPickList(sal_uInt16 nMax = 5) : nMaxItems(nMax) {}
virtual ~SmFontPickList() { Clear(); }