Kaydet (Commit) d8780381 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

These members should be private rather than protected.

Change-Id: I5b50a5dc0b83b2d5017ab749600324338ff0abdc
üst a111f9c4
...@@ -58,6 +58,7 @@ protected: ...@@ -58,6 +58,7 @@ protected:
virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() SAL_OVERRIDE; virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() SAL_OVERRIDE;
virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() SAL_OVERRIDE; virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() SAL_OVERRIDE;
private:
svt::EmbeddedObjectRef xObjRef; svt::EmbeddedObjectRef xObjRef;
Graphic* pGraphic; Graphic* pGraphic;
OUString aProgName; OUString aProgName;
...@@ -74,7 +75,7 @@ protected: ...@@ -74,7 +75,7 @@ protected:
SvxUnoShapeModifyListener* pModifyListener; SvxUnoShapeModifyListener* pModifyListener;
protected: private:
void ImpSetVisAreaSize(); void ImpSetVisAreaSize();
void Init(); void Init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment