summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/BubbleChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/BubbleChartType.hxx')
-rw-r--r--chart2/source/model/template/BubbleChartType.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/BubbleChartType.hxx b/chart2/source/model/template/BubbleChartType.hxx
index 8c6015db7ec4..e59799c7e3d1 100644
--- a/chart2/source/model/template/BubbleChartType.hxx
+++ b/chart2/source/model/template/BubbleChartType.hxx
@@ -50,7 +50,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 BubbleChartType( xContext );
+ return static_cast<cppu::OWeakObject *>(new BubbleChartType( xContext ));
}
protected: