diff options
Diffstat (limited to 'sfx2/source/dialog/documentfontsdialog.cxx')
-rw-r--r-- | sfx2/source/dialog/documentfontsdialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/documentfontsdialog.cxx b/sfx2/source/dialog/documentfontsdialog.cxx index abf8af73a747..77177c7f3eeb 100644 --- a/sfx2/source/dialog/documentfontsdialog.cxx +++ b/sfx2/source/dialog/documentfontsdialog.cxx @@ -23,9 +23,9 @@ using namespace ::com::sun::star; -VclPtr<SfxTabPage> SfxDocumentFontsPage::Create( vcl::Window* parent, const SfxItemSet* set ) +VclPtr<SfxTabPage> SfxDocumentFontsPage::Create(TabPageParent parent, const SfxItemSet* set) { - return VclPtr<SfxDocumentFontsPage>::Create( parent, *set ); + return VclPtr<SfxDocumentFontsPage>::Create( parent.pParent, *set ); } SfxDocumentFontsPage::SfxDocumentFontsPage( vcl::Window* parent, const SfxItemSet& set ) |