diff options
Diffstat (limited to 'sc/source/ui/docshell/tpstat.cxx')
-rw-r--r-- | sc/source/ui/docshell/tpstat.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx index e81bad25910d..d4fcbfddb58e 100644 --- a/sc/source/ui/docshell/tpstat.cxx +++ b/sc/source/ui/docshell/tpstat.cxx @@ -26,9 +26,9 @@ // Dokumentinfo-Tabpage: -VclPtr<SfxTabPage> ScDocStatPage::Create( vcl::Window *pParent, const SfxItemSet* rSet ) +VclPtr<SfxTabPage> ScDocStatPage::Create( TabPageParent pParent, const SfxItemSet* rSet ) { - return VclPtr<ScDocStatPage>::Create( pParent, *rSet ); + return VclPtr<ScDocStatPage>::Create( pParent.pParent, *rSet ); } ScDocStatPage::ScDocStatPage( vcl::Window *pParent, const SfxItemSet& rSet ) |