summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_PointGeometry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_PointGeometry.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_PointGeometry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.cxx b/chart2/source/controller/dialogs/tp_PointGeometry.cxx
index da008a1a964a..5e32432af83d 100644
--- a/chart2/source/controller/dialogs/tp_PointGeometry.cxx
+++ b/chart2/source/controller/dialogs/tp_PointGeometry.cxx
@@ -30,7 +30,7 @@
namespace chart
{
-SchLayoutTabPage::SchLayoutTabPage(Window* pWindow,const SfxItemSet& rInAttrs)
+SchLayoutTabPage::SchLayoutTabPage(vcl::Window* pWindow,const SfxItemSet& rInAttrs)
: SfxTabPage(pWindow, "tp_ChartType", "modules/schart/ui/tp_ChartType.ui", &rInAttrs)
, m_pGeometryResources(0)
{
@@ -42,7 +42,7 @@ SchLayoutTabPage::~SchLayoutTabPage()
delete m_pGeometryResources;
}
-SfxTabPage* SchLayoutTabPage::Create(Window* pWindow,
+SfxTabPage* SchLayoutTabPage::Create(vcl::Window* pWindow,
const SfxItemSet* rOutAttrs)
{
return new SchLayoutTabPage(pWindow, *rOutAttrs);