summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/partwnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/partwnd.cxx')
-rw-r--r--sfx2/source/dialog/partwnd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx
index 9dd7b9ca5a33..8e34b5cb4919 100644
--- a/sfx2/source/dialog/partwnd.cxx
+++ b/sfx2/source/dialog/partwnd.cxx
@@ -51,7 +51,7 @@ SFX_IMPL_DOCKINGWINDOW( SfxPartChildWnd_Impl, SID_BROWSER );
SfxPartChildWnd_Impl::SfxPartChildWnd_Impl
(
- Window* pParentWnd,
+ vcl::Window* pParentWnd,
sal_uInt16 nId,
SfxBindings* pBindings,
SfxChildWinInfo* pInfo
@@ -101,7 +101,7 @@ SfxPartDockWnd_Impl::SfxPartDockWnd_Impl
(
SfxBindings* pBind,
SfxChildWindow* pChildWin,
- Window* pParent,
+ vcl::Window* pParent,
WinBits nBits
)
: SfxDockingWindow( pBind, pChildWin, pParent, nBits )