diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-07 10:07:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-07 10:09:22 +0900 |
commit | 79d386f00163968037673a5c4e616d0fc142086e (patch) | |
tree | 4eee153ee8e4478d985e8cf795626dd631ac39ae /avmedia/source | |
parent | bbcc5572caee525c354457ffc5df77644807523e (diff) |
removed unnecessary forward declarations of class
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx
Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
Diffstat (limited to 'avmedia/source')
-rw-r--r-- | avmedia/source/viewer/mediaevent_impl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/avmedia/source/viewer/mediaevent_impl.hxx b/avmedia/source/viewer/mediaevent_impl.hxx index 9f282a90688f..048e6bd7265d 100644 --- a/avmedia/source/viewer/mediaevent_impl.hxx +++ b/avmedia/source/viewer/mediaevent_impl.hxx @@ -43,9 +43,6 @@ namespace avmedia // --------------------------- // - MediaEventListenersImpl - // --------------------------- - - class MediaWindowImpl; - class MediaEventListenersImpl : public ::cppu::WeakImplHelper4< ::com::sun::star::awt::XKeyListener, ::com::sun::star::awt::XMouseListener, ::com::sun::star::awt::XMouseMotionListener, |