diff options
Diffstat (limited to 'cui/source/tabpages/numfmt.cxx')
-rw-r--r-- | cui/source/tabpages/numfmt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index 7735ee8ac036..ecfa8ff6f7ab 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -372,10 +372,10 @@ void SvxNumberFormatTabPage::Init_Impl() m_pLbLanguage->InsertLanguage( LANGUAGE_SYSTEM ); } -VclPtr<SfxTabPage> SvxNumberFormatTabPage::Create( vcl::Window* pParent, +VclPtr<SfxTabPage> SvxNumberFormatTabPage::Create( TabPageParent pParent, const SfxItemSet* rAttrSet ) { - return VclPtr<SvxNumberFormatTabPage>::Create( pParent, *rAttrSet ); + return VclPtr<SvxNumberFormatTabPage>::Create( pParent.pParent, *rAttrSet ); } |