summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_Trendline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_Trendline.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_Trendline.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_Trendline.cxx b/chart2/source/controller/dialogs/tp_Trendline.cxx
index fe7c81f044e6..d95a213dafa9 100644
--- a/chart2/source/controller/dialogs/tp_Trendline.cxx
+++ b/chart2/source/controller/dialogs/tp_Trendline.cxx
@@ -25,7 +25,7 @@
namespace chart
{
-TrendlineTabPage::TrendlineTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :
+TrendlineTabPage::TrendlineTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs ) :
SfxTabPage( pParent, "TP_TRENDLINE", "modules/schart/ui/tp_Trendline.ui", &rInAttrs ),
m_aTrendlineResources( this, rInAttrs )
{
@@ -36,7 +36,7 @@ TrendlineTabPage::~TrendlineTabPage()
}
SfxTabPage* TrendlineTabPage::Create(
- Window* pParent, const SfxItemSet* rOutAttrs )
+ vcl::Window* pParent, const SfxItemSet* rOutAttrs )
{
return new TrendlineTabPage( pParent, *rOutAttrs );
}