From 11a979cb8a750f2820a0d7947a47e830a1a0b335 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 27 Jan 2017 23:36:54 +0900 Subject: starmath: Make some functions private, instead of protected Change-Id: Ic1192a2fca86833e9efd954c7625fb4f84f46b7c Reviewed-on: https://gerrit.libreoffice.org/33618 Reviewed-by: Takeshi Abe Tested-by: Takeshi Abe --- starmath/inc/rect.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'starmath') 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); -- cgit