diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-28 23:34:50 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-29 01:04:31 +0000 |
commit | 4130c8def811d1dcc87eacaa8ae48ba02738a790 (patch) | |
tree | 74aad48c737f03dc13acf7c3d4bffaa8468b9ef5 /starmath/inc/node.hxx | |
parent | 2bad9f1cd8da0cd3d8ff33e875eaf10c1fd9d0bf (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/node.hxx')
-rw-r--r-- | starmath/inc/node.hxx | 5 |
1 files changed, 0 insertions, 5 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) |