diff options
Diffstat (limited to 'sfx2/source/inc/documentfontsdialog.hxx')
-rw-r--r-- | sfx2/source/inc/documentfontsdialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/documentfontsdialog.hxx b/sfx2/source/inc/documentfontsdialog.hxx index 4e1b12d6648e..486055954ab1 100644 --- a/sfx2/source/inc/documentfontsdialog.hxx +++ b/sfx2/source/inc/documentfontsdialog.hxx @@ -31,7 +31,7 @@ public: SfxDocumentFontsPage( vcl::Window* parent, const SfxItemSet& set ); virtual ~SfxDocumentFontsPage() override; virtual void dispose() override; - static VclPtr<SfxTabPage> Create( vcl::Window* parent, const SfxItemSet* set ); + static VclPtr<SfxTabPage> Create(TabPageParent parent, const SfxItemSet* set); protected: virtual bool FillItemSet( SfxItemSet* set ) override; virtual void Reset( const SfxItemSet* set ) override; |