summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewmediashape.hxx
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-07-29 12:58:52 +0200
committerobo <obo@openoffice.org>2010-07-29 12:58:52 +0200
commitf0072466a6c06f6ea0516b021eb53176128b13d3 (patch)
tree5626a0a1e8aa6d20ee6926af1981694cb7d1c0d7 /slideshow/source/engine/shapes/viewmediashape.hxx
parent7ad5a7a4cc585419ba83ad705bfdc161d57bac2e (diff)
parentaadcf75a9c3c46385e5f36fc824b1103888bb7b9 (diff)
CWS-TOOLING: integrate CWS avmedia102
Notes
Notes: split repo tag: impress_ooo/DEV300_m86
Diffstat (limited to 'slideshow/source/engine/shapes/viewmediashape.hxx')
-rw-r--r--slideshow/source/engine/shapes/viewmediashape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.hxx b/slideshow/source/engine/shapes/viewmediashape.hxx
index 5e2568bbd98e..8e024ae75bbe 100644
--- a/slideshow/source/engine/shapes/viewmediashape.hxx
+++ b/slideshow/source/engine/shapes/viewmediashape.hxx
@@ -36,7 +36,7 @@
#include "viewlayer.hxx"
-class JavaChildWindow;
+class SystemChildWindow;
namespace com { namespace sun { namespace star { namespace drawing {
class XShape;
@@ -155,7 +155,7 @@ namespace slideshow
const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rDXDeviceParams );
ViewLayerSharedPtr mpViewLayer;
- ::std::auto_ptr< JavaChildWindow > mpMediaWindow;
+ ::std::auto_ptr< SystemChildWindow > mpMediaWindow;
mutable ::com::sun::star::awt::Point maWindowOffset;
mutable ::basegfx::B2DRectangle maBounds;