summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-10 12:25:57 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-10 14:13:56 -0400
commitd8780381020da9214ba7e71d7c6c3de78642c668 (patch)
treea4583d565bf7777f65fb2be9d771e28eef25f871 /include/svx
parenta111f9c49296edc31b5cc82889576e114537e283 (diff)
These members should be private rather than protected.
Change-Id: I5b50a5dc0b83b2d5017ab749600324338ff0abdc
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdoole2.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx
index 21d3b5629b53..175f666e1556 100644
--- a/include/svx/svdoole2.hxx
+++ b/include/svx/svdoole2.hxx
@@ -58,6 +58,7 @@ protected:
virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() SAL_OVERRIDE;
virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() SAL_OVERRIDE;
+private:
svt::EmbeddedObjectRef xObjRef;
Graphic* pGraphic;
OUString aProgName;
@@ -74,7 +75,7 @@ protected:
SvxUnoShapeModifyListener* pModifyListener;
-protected:
+private:
void ImpSetVisAreaSize();
void Init();