diff options
Diffstat (limited to 'cui/source/tabpages/tppattern.cxx')
-rw-r--r-- | cui/source/tabpages/tppattern.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index 1e338d04cf11..b312b33c3a1a 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -252,10 +252,10 @@ void SvxPatternTabPage::Reset( const SfxItemSet* ) } -VclPtr<SfxTabPage> SvxPatternTabPage::Create( vcl::Window* pWindow, +VclPtr<SfxTabPage> SvxPatternTabPage::Create( TabPageParent pWindow, const SfxItemSet* rSet ) { - return VclPtr<SvxPatternTabPage>::Create( pWindow, *rSet ); + return VclPtr<SvxPatternTabPage>::Create( pWindow.pParent, *rSet ); } |