summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/NavigatorChildWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/NavigatorChildWindow.hxx')
-rw-r--r--sd/source/ui/inc/NavigatorChildWindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/NavigatorChildWindow.hxx b/sd/source/ui/inc/NavigatorChildWindow.hxx
index dbf4d079ff5b..648f8ae60834 100644
--- a/sd/source/ui/inc/NavigatorChildWindow.hxx
+++ b/sd/source/ui/inc/NavigatorChildWindow.hxx
@@ -22,7 +22,7 @@
#include <sfx2/childwin.hxx>
-class Window;
+namespace vcl { class Window; }
class SfxBindings;
namespace sd {
@@ -35,7 +35,7 @@ class NavigatorChildWindow
{
public:
NavigatorChildWindow (
- ::Window*,
+ vcl::Window*,
sal_uInt16,
SfxBindings*,
SfxChildWinInfo*);