summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/tpstat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/tpstat.cxx')
-rw-r--r--sc/source/ui/docshell/tpstat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx
index 892cc1d2008f..7895be53451e 100644
--- a/sc/source/ui/docshell/tpstat.cxx
+++ b/sc/source/ui/docshell/tpstat.cxx
@@ -27,12 +27,12 @@
// Dokumentinfo-Tabpage:
-SfxTabPage* ScDocStatPage::Create( Window *pParent, const SfxItemSet* rSet )
+SfxTabPage* ScDocStatPage::Create( vcl::Window *pParent, const SfxItemSet* rSet )
{
return new ScDocStatPage( pParent, *rSet );
}
-ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet )
+ScDocStatPage::ScDocStatPage( vcl::Window *pParent, const SfxItemSet& rSet )
: SfxTabPage( pParent, "StatisticsInfoPage", "modules/scalc/ui/statisticsinfopage.ui", &rSet )
{
get(m_pFtTables,"nosheets");