summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/SidebarChildWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/SidebarChildWindow.hxx')
-rw-r--r--include/sfx2/sidebar/SidebarChildWindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/SidebarChildWindow.hxx b/include/sfx2/sidebar/SidebarChildWindow.hxx
index defc03c75fcf..50caeb6114c0 100644
--- a/include/sfx2/sidebar/SidebarChildWindow.hxx
+++ b/include/sfx2/sidebar/SidebarChildWindow.hxx
@@ -35,14 +35,14 @@ class SFX2_DLLPUBLIC SidebarChildWindow
{
public:
SidebarChildWindow(
- Window* pParent,
+ vcl::Window* pParent,
sal_uInt16 nId,
SfxBindings* pBindings,
SfxChildWinInfo* pInfo);
SFX_DECL_CHILDWINDOW_WITHID(SidebarChildWindow);
- static sal_Int32 GetDefaultWidth (Window* pWindow);
+ static sal_Int32 GetDefaultWidth (vcl::Window* pWindow);
};