summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tptable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/tptable.cxx')
-rw-r--r--sc/source/ui/pagedlg/tptable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx
index aa58550fd7f7..67793662e95d 100644
--- a/sc/source/ui/pagedlg/tptable.cxx
+++ b/sc/source/ui/pagedlg/tptable.cxx
@@ -79,7 +79,7 @@ static bool lcl_PutBoolItem( sal_uInt16 nWhich,
#define SC_TPTABLE_SCALE_TO 1
#define SC_TPTABLE_SCALE_TO_PAGES 2
-ScTablePage::ScTablePage( Window* pParent, const SfxItemSet& rCoreAttrs ) :
+ScTablePage::ScTablePage( vcl::Window* pParent, const SfxItemSet& rCoreAttrs ) :
SfxTabPage( pParent, "SheetPrintPage","modules/scalc/ui/sheetprintpage.ui", &rCoreAttrs )
{
@@ -132,7 +132,7 @@ const sal_uInt16* ScTablePage::GetRanges()
return pPageTableRanges;
}
-SfxTabPage* ScTablePage::Create( Window* pParent, const SfxItemSet* rCoreSet )
+SfxTabPage* ScTablePage::Create( vcl::Window* pParent, const SfxItemSet* rCoreSet )
{
return ( new ScTablePage( pParent, *rCoreSet ) );
}