From 0ecf6afbd104b53836c7a4d45fbc2a6ce1e356e0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 26 Sep 2014 15:19:06 +0200 Subject: loplugin: cstylecast Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67 --- svtools/source/inc/unoiface.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/inc') diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index 36588b1b65c0..8a5865a13047 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -176,7 +176,7 @@ protected: sal_Int32 nKeyToSetDelayed; - FormattedField* GetFormattedField() const { return (FormattedField*)GetWindow(); } + FormattedField* GetFormattedField() const { return static_cast(GetWindow()); } public: SVTXFormattedField(); -- cgit