diff options
Diffstat (limited to 'include/sfx2/printopt.hxx')
-rw-r--r-- | include/sfx2/printopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/printopt.hxx b/include/sfx2/printopt.hxx index 82a94ed22747..cd8a43c97546 100644 --- a/include/sfx2/printopt.hxx +++ b/include/sfx2/printopt.hxx @@ -98,7 +98,7 @@ public: virtual vcl::Window* GetParentLabeledBy( const vcl::Window* pLabel ) const override; virtual vcl::Window* GetParentLabelFor( const vcl::Window* pLabel ) const override; - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* ); }; #endif // INCLUDED_SFX2_PRINTOPT_HXX |