summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/ControlFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/ControlFactory.hxx')
-rw-r--r--include/sfx2/sidebar/ControlFactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/ControlFactory.hxx b/include/sfx2/sidebar/ControlFactory.hxx
index aebb0b348eb4..a078e00c20c2 100644
--- a/include/sfx2/sidebar/ControlFactory.hxx
+++ b/include/sfx2/sidebar/ControlFactory.hxx
@@ -39,9 +39,9 @@ class SFX2_DLLPUBLIC ControlFactory
public:
/** Create the menu button for the task bar.
*/
- static CheckBox* CreateMenuButton (Window* pParentWindow);
+ static CheckBox* CreateMenuButton (vcl::Window* pParentWindow);
- static ImageRadioButton* CreateTabItem (Window* pParentWindow);
+ static ImageRadioButton* CreateTabItem (vcl::Window* pParentWindow);
};