[Libreoffice-commits] .: svx/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Jan 18 13:48:54 PST 2012


 svx/inc/svx/svdograf.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a0a04bb926f37d68a127f3a1a88a612eba8a4776
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Jan 18 16:48:22 2012 -0500

    Make them private instead of protected.
    
    No classes derived from this and they are not virtual methods.

diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx
index 28f784d..f2d4ad8 100644
--- a/svx/inc/svx/svdograf.hxx
+++ b/svx/inc/svx/svdograf.hxx
@@ -93,7 +93,7 @@ private:
     friend class sdr::contact::ViewObjectContactOfGraphic;
     friend class SdrGraphicLink;
 
-protected:
+private:
     virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
     virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
 
@@ -114,7 +114,7 @@ protected:
     unsigned                    mbInsidePaint : 1;
     unsigned                    mbIsPreview   : 1;
 
-protected:
+private:
 
     void                    ImpLinkAnmeldung();
     void                    ImpLinkAbmeldung();


More information about the Libreoffice-commits mailing list