diff options
Diffstat (limited to 'cui/source/tabpages/labdlg.cxx')
-rw-r--r-- | cui/source/tabpages/labdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/labdlg.cxx b/cui/source/tabpages/labdlg.cxx index 0671a1691cb3..796b2976df8f 100644 --- a/cui/source/tabpages/labdlg.cxx +++ b/cui/source/tabpages/labdlg.cxx @@ -353,10 +353,10 @@ void SvxCaptionTabPage::Reset( const SfxItemSet* ) } -VclPtr<SfxTabPage> SvxCaptionTabPage::Create( vcl::Window* pWindow, +VclPtr<SfxTabPage> SvxCaptionTabPage::Create( TabPageParent pWindow, const SfxItemSet* rOutAttrs ) { - return VclPtr<SvxCaptionTabPage>::Create( pWindow, *rOutAttrs ); + return VclPtr<SvxCaptionTabPage>::Create( pWindow.pParent, *rOutAttrs ); } |