summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartFrameloader.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:23:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:23:25 +0200
commitbc14d27dd0b50a37ff7ec93b49de976e01c54d0d (patch)
treecfb06c9f5a18afb836014bc53e67bdf71ab95e6a /chart2/source/controller/main/ChartFrameloader.hxx
parentloplugin:cstylecast: deal with remaining pointer casts (diff)
downloadcore-bc14d27dd0b50a37ff7ec93b49de976e01c54d0d.tar.gz
core-bc14d27dd0b50a37ff7ec93b49de976e01c54d0d.zip
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: If5ab427ab320e2623df182e6143c4e7123610eae
Diffstat (limited to 'chart2/source/controller/main/ChartFrameloader.hxx')
-rw-r--r--chart2/source/controller/main/ChartFrameloader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartFrameloader.hxx b/chart2/source/controller/main/ChartFrameloader.hxx
index db445c2d8b18..3d4e7af4a83a 100644
--- a/chart2/source/controller/main/ChartFrameloader.hxx
+++ b/chart2/source/controller/main/ChartFrameloader.hxx
@@ -64,7 +64,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 ChartFrameLoader( xContext );
+ return static_cast<cppu::OWeakObject *>(new ChartFrameLoader( xContext ));
}
// ::com::sun::star::frame::XFrameLoader