summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpprint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/optdlg/tpprint.cxx')
-rw-r--r--sc/source/ui/optdlg/tpprint.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/tpprint.cxx b/sc/source/ui/optdlg/tpprint.cxx
index 9b65283d7cd1..99d13ac98256 100644
--- a/sc/source/ui/optdlg/tpprint.cxx
+++ b/sc/source/ui/optdlg/tpprint.cxx
@@ -27,7 +27,7 @@
#include "scresid.hxx"
#include "sc.hrc"
-ScTpPrintOptions::ScTpPrintOptions( Window* pParent,
+ScTpPrintOptions::ScTpPrintOptions( vcl::Window* pParent,
const SfxItemSet& rCoreAttrs )
: SfxTabPage ( pParent,
"optCalcPrintPage",
@@ -43,7 +43,7 @@ ScTpPrintOptions::~ScTpPrintOptions()
{
}
-SfxTabPage* ScTpPrintOptions::Create( Window* pParent, const SfxItemSet* rAttrSet )
+SfxTabPage* ScTpPrintOptions::Create( vcl::Window* pParent, const SfxItemSet* rAttrSet )
{
return new ScTpPrintOptions( pParent, *rAttrSet );
}