summaryrefslogtreecommitdiff
path: root/include/sfx2/dockwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dockwin.hxx')
-rw-r--r--include/sfx2/dockwin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx
index d90f9bef74c9..4e00ab2cc55e 100644
--- a/include/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
@@ -73,11 +73,11 @@ protected:
public:
SfxDockingWindow( SfxBindings *pBindings,
SfxChildWindow *pCW,
- Window* pParent,
+ vcl::Window* pParent,
WinBits nWinBits=0);
SfxDockingWindow( SfxBindings *pBindings,
SfxChildWindow *pCW,
- Window* pParent,
+ vcl::Window* pParent,
const ResId& rResId);
virtual ~SfxDockingWindow();
@@ -116,7 +116,7 @@ public:
class SfxDockingWrapper : public SfxChildWindow
{
public:
- SfxDockingWrapper( Window* pParent ,
+ SfxDockingWrapper( vcl::Window* pParent ,
sal_uInt16 nId ,
SfxBindings* pBindings ,
SfxChildWinInfo* pInfo );