diff options
Diffstat (limited to 'cui/source/tabpages/textanim.cxx')
-rw-r--r-- | cui/source/tabpages/textanim.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/textanim.cxx b/cui/source/tabpages/textanim.cxx index c74c71aabbc0..cb8f10c9afb0 100644 --- a/cui/source/tabpages/textanim.cxx +++ b/cui/source/tabpages/textanim.cxx @@ -470,10 +470,10 @@ bool SvxTextAnimationPage::FillItemSet( SfxItemSet* rAttrs) |* \************************************************************************/ -VclPtr<SfxTabPage> SvxTextAnimationPage::Create( vcl::Window* pWindow, +VclPtr<SfxTabPage> SvxTextAnimationPage::Create( TabPageParent pWindow, const SfxItemSet* rAttrs ) { - return VclPtr<SvxTextAnimationPage>::Create( pWindow, *rAttrs ); + return VclPtr<SvxTextAnimationPage>::Create( pWindow.pParent, *rAttrs ); } IMPL_LINK_NOARG(SvxTextAnimationPage, SelectEffectHdl_Impl, ListBox&, void) |