diff options
Diffstat (limited to 'include/sfx2/securitypage.hxx')
-rw-r--r-- | include/sfx2/securitypage.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/securitypage.hxx b/include/sfx2/securitypage.hxx index cfb28f1443b8..67d27d076b84 100644 --- a/include/sfx2/securitypage.hxx +++ b/include/sfx2/securitypage.hxx @@ -36,8 +36,8 @@ protected: virtual void Reset( const SfxItemSet* ) override; public: - SfxSecurityPage( vcl::Window* pParent, const SfxItemSet& ); - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* ); + SfxSecurityPage(vcl::Window* pParent, const SfxItemSet&); + static VclPtr<SfxTabPage> Create(TabPageParent pParent, const SfxItemSet*); }; |