summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/ControlFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/ControlFactory.cxx')
-rw-r--r--sfx2/source/sidebar/ControlFactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/ControlFactory.cxx b/sfx2/source/sidebar/ControlFactory.cxx
index ff24c9df16c4..4071d981746e 100644
--- a/sfx2/source/sidebar/ControlFactory.cxx
+++ b/sfx2/source/sidebar/ControlFactory.cxx
@@ -27,12 +27,12 @@
namespace sfx2 { namespace sidebar {
-CheckBox* ControlFactory::CreateMenuButton (Window* pParentWindow)
+CheckBox* ControlFactory::CreateMenuButton (vcl::Window* pParentWindow)
{
return new MenuButton(pParentWindow);
}
-ImageRadioButton* ControlFactory::CreateTabItem (Window* pParentWindow)
+ImageRadioButton* ControlFactory::CreateTabItem (vcl::Window* pParentWindow)
{
return new TabItem(pParentWindow);
}