summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_TitleRotation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_TitleRotation.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.cxx b/chart2/source/controller/dialogs/tp_TitleRotation.cxx
index 89f78a95d534..6fc90a273926 100644
--- a/chart2/source/controller/dialogs/tp_TitleRotation.cxx
+++ b/chart2/source/controller/dialogs/tp_TitleRotation.cxx
@@ -31,7 +31,7 @@
namespace chart
{
-SchAlignmentTabPage::SchAlignmentTabPage(Window* pWindow,
+SchAlignmentTabPage::SchAlignmentTabPage(vcl::Window* pWindow,
const SfxItemSet& rInAttrs, bool bWithRotation) :
SfxTabPage(pWindow, "TitleRotationTabPage","modules/schart/ui/titlerotationtabpage.ui", &rInAttrs)
{
@@ -60,13 +60,13 @@ SchAlignmentTabPage::~SchAlignmentTabPage()
delete m_pOrientHlp;
}
-SfxTabPage* SchAlignmentTabPage::Create(Window* pParent,
+SfxTabPage* SchAlignmentTabPage::Create(vcl::Window* pParent,
const SfxItemSet* rInAttrs)
{
return new SchAlignmentTabPage(pParent, *rInAttrs);
}
-SfxTabPage* SchAlignmentTabPage::CreateWithoutRotation(Window* pParent,
+SfxTabPage* SchAlignmentTabPage::CreateWithoutRotation(vcl::Window* pParent,
const SfxItemSet* rInAttrs)
{
return new SchAlignmentTabPage(pParent, *rInAttrs, false);