diff options
Diffstat (limited to 'cui/source/options/optsave.cxx')
-rw-r--r-- | cui/source/options/optsave.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index 528262cacfc6..ae321e6a8fd2 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -211,10 +211,10 @@ void SvxSaveTabPage::dispose() SfxTabPage::dispose(); } -VclPtr<SfxTabPage> SvxSaveTabPage::Create( vcl::Window* pParent, +VclPtr<SfxTabPage> SvxSaveTabPage::Create( TabPageParent pParent, const SfxItemSet* rAttrSet ) { - return VclPtr<SvxSaveTabPage>::Create( pParent, *rAttrSet ); + return VclPtr<SvxSaveTabPage>::Create( pParent.pParent, *rAttrSet ); } void SvxSaveTabPage::DetectHiddenControls() |