diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-18 16:48:22 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-18 16:48:22 -0500 |
commit | a0a04bb926f37d68a127f3a1a88a612eba8a4776 (patch) | |
tree | 0a9957a3ac29d4e32f2430cf27464604e208a26e /svx | |
parent | b5a2242ff6fd3136daec04a46d2780d425740398 (diff) |
Make them private instead of protected.
No classes derived from this and they are not virtual methods.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/svdograf.hxx | 4 |
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(); |