diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-10 13:37:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-10 15:22:17 +0200 |
commit | 3652012a51cce55e6d1b5eaa78d555667c064088 (patch) | |
tree | 2dd6b093db1d84fd138226207d50676d2e1fbbee /sw/inc/txatritr.hxx | |
parent | 526917bbd06e290bb6669e2e52730a5941570b34 (diff) |
loplugin: cstylecast
Change-Id: I4fbe7d35b66dda16f19019fd1baf0aa03361390c
Diffstat (limited to 'sw/inc/txatritr.hxx')
-rw-r--r-- | sw/inc/txatritr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txatritr.hxx b/sw/inc/txatritr.hxx index cdf3892fc3fc..ced47511f808 100644 --- a/sw/inc/txatritr.hxx +++ b/sw/inc/txatritr.hxx @@ -82,7 +82,7 @@ public: {} sal_uInt16 GetLanguage() const - { return ((SvxLanguageItem&)GetAttr()).GetValue(); } + { return static_cast<const SvxLanguageItem&>(GetAttr()).GetValue(); } }; #endif |