summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-18 16:48:22 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-18 16:48:22 -0500
commita0a04bb926f37d68a127f3a1a88a612eba8a4776 (patch)
tree0a9957a3ac29d4e32f2430cf27464604e208a26e
parentThis aCropRect data member is no longer used. (diff)
downloadcore-a0a04bb926f37d68a127f3a1a88a612eba8a4776.tar.gz
core-a0a04bb926f37d68a127f3a1a88a612eba8a4776.zip
Make them private instead of protected.
No classes derived from this and they are not virtual methods.
-rw-r--r--svx/inc/svx/svdograf.hxx4
1 files changed, 2 insertions, 2 deletions
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();