summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/partwnd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/partwnd.hxx')
-rw-r--r--sfx2/source/inc/partwnd.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/partwnd.hxx b/sfx2/source/inc/partwnd.hxx
index b3a5c946f772..a065593d168d 100644
--- a/sfx2/source/inc/partwnd.hxx
+++ b/sfx2/source/inc/partwnd.hxx
@@ -45,7 +45,7 @@ namespace com
class SfxPartChildWnd_Impl : public SfxChildWindow
{
public:
- SfxPartChildWnd_Impl( Window* pParent, sal_uInt16 nId,
+ SfxPartChildWnd_Impl( vcl::Window* pParent, sal_uInt16 nId,
SfxBindings* pBindings,
SfxChildWinInfo* pInfo );
@@ -66,7 +66,7 @@ protected:
public:
SfxPartDockWnd_Impl( SfxBindings* pBindings,
SfxChildWindow* pChildWin,
- Window* pParent,
+ vcl::Window* pParent,
WinBits nBits );
virtual ~SfxPartDockWnd_Impl();