summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/securitypage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/securitypage.cxx')
-rw-r--r--sfx2/source/dialog/securitypage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/securitypage.cxx b/sfx2/source/dialog/securitypage.cxx
index c8bce8afa3d2..1cedc62247a8 100644
--- a/sfx2/source/dialog/securitypage.cxx
+++ b/sfx2/source/dialog/securitypage.cxx
@@ -94,7 +94,7 @@ namespace
static bool lcl_GetPassword(
- Window *pParent,
+ vcl::Window *pParent,
bool bProtect,
/*out*/OUString &rPassword )
{
@@ -421,13 +421,13 @@ IMPL_LINK_NOARG(SfxSecurityPage_Impl, ChangeProtectionPBHdl)
}
-SfxTabPage* SfxSecurityPage::Create( Window * pParent, const SfxItemSet * rItemSet )
+SfxTabPage* SfxSecurityPage::Create( vcl::Window * pParent, const SfxItemSet * rItemSet )
{
return new SfxSecurityPage( pParent, *rItemSet );
}
-SfxSecurityPage::SfxSecurityPage( Window* pParent, const SfxItemSet& rItemSet )
+SfxSecurityPage::SfxSecurityPage( vcl::Window* pParent, const SfxItemSet& rItemSet )
: SfxTabPage(pParent, "SecurityInfoPage", "sfx/ui/securityinfopage.ui", &rItemSet)
{
m_pImpl.reset(new SfxSecurityPage_Impl( *this, rItemSet ));