diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-02 08:40:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-03 15:20:03 +0200 |
commit | 7d7b289da49ccd7979f650222bfb669cd6b623de (patch) | |
tree | 4a6f6d2608214e513984926142200f9bc26c26c9 /linguistic/source | |
parent | 11d22e164ec5e62e067a38ce11929b157381d1b7 (diff) |
loplugin: cstylecast
Change-Id: I114924d5e0407883b2e77016da3c2e3e55657b21
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/convdicxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index ca5c4c6d2dd4..dadcf4ebc214 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -94,7 +94,7 @@ public: ConvDicXMLImport & GetConvDicImport() { - return (ConvDicXMLImport &) GetImport(); + return static_cast<ConvDicXMLImport &>(GetImport()); } // SvXMLImportContext |