summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-27 23:36:54 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-30 03:57:33 +0000
commit11a979cb8a750f2820a0d7947a47e830a1a0b335 (patch)
tree679435a09397e75f8cfb5ab7c1ce4436c4c5b679 /starmath
parentc6dd735afb2e1b3837c4f8c5659f52fafab4c56f (diff)
starmath: Make some functions private, instead of protected
Change-Id: Ic1192a2fca86833e9efd954c7625fb4f84f46b7c Reviewed-on: https://gerrit.libreoffice.org/33618 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/rect.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx
index 12cae33ad145..427046500114 100644
--- a/starmath/inc/rect.hxx
+++ b/starmath/inc/rect.hxx
@@ -106,7 +106,6 @@ class SmRect
bool bHasBaseline,
bHasAlignInfo;
-protected:
inline void CopyMBL(const SmRect& rRect);
void CopyAlignInfo(const SmRect& rRect);