summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Title.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/model/main/Title.hxx
parent638a4ec6dc5b1ea83dba32d78a417a4eeee4032e (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: If5ab427ab320e2623df182e6143c4e7123610eae
Diffstat (limited to 'chart2/source/model/main/Title.hxx')
-rw-r--r--chart2/source/model/main/Title.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/Title.hxx b/chart2/source/model/main/Title.hxx
index 127cb31ce33c..05f2d0181d50 100644
--- a/chart2/source/model/main/Title.hxx
+++ b/chart2/source/model/main/Title.hxx
@@ -57,7 +57,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 Title( xContext );
+ return static_cast<cppu::OWeakObject *>(new Title( xContext ));
}
/// XServiceInfo declarations