diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 13:48:36 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 14:13:58 -0400 |
commit | eda334eb1da4ddfe67f1d88d0ba85f86cfbddd87 (patch) | |
tree | ae6216416d41edb49e3d1c0ff4d49374c7ca6aa9 /include/svx/svdoole2.hxx | |
parent | 4ce9e4a68f0776842ca8a2ce6ac3e0891ba00fea (diff) |
Move Graphic member to the impl class.
Change-Id: Iee58a6c9b7081a2aa00f6f050574a5827840286b
Diffstat (limited to 'include/svx/svdoole2.hxx')
-rw-r--r-- | include/svx/svdoole2.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx index ad60e5620f73..5ddf315966cd 100644 --- a/include/svx/svdoole2.hxx +++ b/include/svx/svdoole2.hxx @@ -39,7 +39,6 @@ namespace frame { class XModel; } namespace svt { class EmbeddedObjectRef; } -class Graphic; class SvxUnoShapeModifyListener; class SdrOle2ObjImpl; @@ -66,7 +65,6 @@ protected: private: SdrOle2ObjImpl* mpImpl; - Graphic* pGraphic; OUString aProgName; // Due to compatibility at SdrTextObj for now |