summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AnimationChildWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AnimationChildWindow.hxx')
-rw-r--r--sd/source/ui/inc/AnimationChildWindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/AnimationChildWindow.hxx b/sd/source/ui/inc/AnimationChildWindow.hxx
index 0d215fdc1a2f..1c114b82e378 100644
--- a/sd/source/ui/inc/AnimationChildWindow.hxx
+++ b/sd/source/ui/inc/AnimationChildWindow.hxx
@@ -23,7 +23,7 @@
#include <sfx2/childwin.hxx>
#include <sal/types.h>
-class Window;
+namespace vcl { class Window; }
class SfxBindings;
namespace sd {
@@ -33,7 +33,7 @@ class AnimationChildWindow
{
public:
AnimationChildWindow(
- ::Window*,
+ vcl::Window*,
sal_uInt16,
SfxBindings*,
SfxChildWinInfo*);