[Libreoffice-commits] core.git: starmath/inc

Takeshi Abe tabe at fixedpoint.jp
Mon Jan 30 03:58:03 UTC 2017


 starmath/inc/rect.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 11a979cb8a750f2820a0d7947a47e830a1a0b335
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Jan 27 23:36:54 2017 +0900

    starmath: Make some functions private, instead of protected
    
    Change-Id: Ic1192a2fca86833e9efd954c7625fb4f84f46b7c
    Reviewed-on: https://gerrit.libreoffice.org/33618
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>
    Tested-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx
index 12cae33..4270465 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);
 


More information about the Libreoffice-commits mailing list