summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index cf9130f97b8a..77ba76675543 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -46,7 +46,7 @@ struct SfxMenuCtrlFactory;
struct SfxStbCtrlFactory;
struct SfxTbxCtrlFactory;
class SfxTabPage;
-class Window;
+namespace vcl { class Window; }
namespace com { namespace sun { namespace star { namespace frame {
class XFrame;
@@ -86,7 +86,7 @@ public:
void RegisterMenuControl(SfxMenuCtrlFactory*);
virtual SfxTabPage* CreateTabPage( sal_uInt16 nId,
- Window* pParent,
+ vcl::Window* pParent,
const SfxItemSet& rSet );
virtual void Invalidate(sal_uInt16 nId = 0) SAL_OVERRIDE;