summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/FilledNetChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/FilledNetChartType.hxx')
-rw-r--r--chart2/source/model/template/FilledNetChartType.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/FilledNetChartType.hxx b/chart2/source/model/template/FilledNetChartType.hxx
index d74e6a2ee240..03ce04877608 100644
--- a/chart2/source/model/template/FilledNetChartType.hxx
+++ b/chart2/source/model/template/FilledNetChartType.hxx
@@ -48,7 +48,7 @@ public:
static css::uno::Reference< css::uno::XInterface > SAL_CALL create( css::uno::Reference< css::uno::XComponentContext > const & xContext)
throw(css::uno::Exception)
{
- return (::cppu::OWeakObject *)new FilledNetChartType( xContext );
+ return static_cast<cppu::OWeakObject *>(new FilledNetChartType( xContext ));
}
protected: