From a0a04bb926f37d68a127f3a1a88a612eba8a4776 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 18 Jan 2012 16:48:22 -0500 Subject: Make them private instead of protected. No classes derived from this and they are not virtual methods. --- svx/inc/svx/svdograf.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx index 28f784d60a2f..f2d4ad8853d8 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(); -- cgit