From eda334eb1da4ddfe67f1d88d0ba85f86cfbddd87 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 10 Jul 2014 13:48:36 -0400 Subject: Move Graphic member to the impl class. Change-Id: Iee58a6c9b7081a2aa00f6f050574a5827840286b --- include/svx/svdoole2.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/svdoole2.hxx') 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 -- cgit