summaryrefslogtreecommitdiff
path: root/starmath/inc/rect.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-02-01 22:48:04 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-02-02 00:32:16 +0000
commitd7736283aae4a79aa497bd2196a076ff402e671f (patch)
tree71f8870580d6954fa9bae61a8a4a1a6461529d54 /starmath/inc/rect.hxx
parentaf42aab836626fdf7b29921dff5d344a8b0e47c6 (diff)
starmath: these functions are local
Change-Id: I7b1c9722e300585603ce54610d7ef20425a4e634 Reviewed-on: https://gerrit.libreoffice.org/33797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc/rect.hxx')
-rw-r--r--starmath/inc/rect.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx
index 427046500114..2a33bb5c5023 100644
--- a/starmath/inc/rect.hxx
+++ b/starmath/inc/rect.hxx
@@ -29,12 +29,6 @@
#include "format.hxx"
-bool SmGetGlyphBoundRect(const OutputDevice &rDev,
- const OUString &rText, Rectangle &rRect);
-
-bool SmIsMathAlpha(const OUString &rText);
-
-
inline long SmFromTo(long nFrom, long nTo, double fRelDist)
{
return nFrom + static_cast<long>(fRelDist * (nTo - nFrom));