diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 14:23:38 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 14:24:04 -0400 |
commit | 1c01cf1ef56f63d8a827298c5e7f900b1ea37f49 (patch) | |
tree | 47c0fb546334bf58fb177b2c0499cfbf255e8218 /include/svx | |
parent | de66e122af3fb5ccd13ed38b28b5e04ab1433b43 (diff) |
This forward declaration no longer needed.
Change-Id: I2b760d71651d48c2e944f9344bd115e9443aa9a2
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdoole2.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx index 9922f4c3ef40..238756b2ffc8 100644 --- a/include/svx/svdoole2.hxx +++ b/include/svx/svdoole2.hxx @@ -39,7 +39,6 @@ namespace frame { class XModel; } namespace svt { class EmbeddedObjectRef; } -class SvxUnoShapeModifyListener; class SdrOle2ObjImpl; class SVX_DLLPUBLIC SdrOle2Obj : public SdrRectObj |