diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-27 23:36:54 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-30 03:57:33 +0000 |
commit | 11a979cb8a750f2820a0d7947a47e830a1a0b335 (patch) | |
tree | 679435a09397e75f8cfb5ab7c1ce4436c4c5b679 /starmath/inc/rect.hxx | |
parent | c6dd735afb2e1b3837c4f8c5659f52fafab4c56f (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/inc/rect.hxx')
-rw-r--r-- | starmath/inc/rect.hxx | 1 |
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); |