diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-26 15:19:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-29 12:50:35 +0200 |
commit | 0ecf6afbd104b53836c7a4d45fbc2a6ce1e356e0 (patch) | |
tree | a1253c850347f9df39254fe9cf82b6ebf39d73f0 /svtools/source/inc | |
parent | c353caee1c86476d98cd483f963f63c4195975f4 (diff) |
loplugin: cstylecast
Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67
Diffstat (limited to 'svtools/source/inc')
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<FormattedField*>(GetWindow()); } public: SVTXFormattedField(); |