summaryrefslogtreecommitdiff
path: root/include/sfx2/securitypage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/securitypage.hxx')
-rw-r--r--include/sfx2/securitypage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/securitypage.hxx b/include/sfx2/securitypage.hxx
index dca4430aa094..eecaf318ab0a 100644
--- a/include/sfx2/securitypage.hxx
+++ b/include/sfx2/securitypage.hxx
@@ -33,14 +33,14 @@ class SfxSecurityPage : public SfxTabPage
std::auto_ptr< SfxSecurityPage_Impl > m_pImpl;
protected:
- SfxSecurityPage( Window* pParent, const SfxItemSet& );
+ SfxSecurityPage( vcl::Window* pParent, const SfxItemSet& );
virtual ~SfxSecurityPage();
virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
virtual void Reset( const SfxItemSet* ) SAL_OVERRIDE;
public:
- static SfxTabPage* Create( Window* pParent, const SfxItemSet* );
+ static SfxTabPage* Create( vcl::Window* pParent, const SfxItemSet* );
};