summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-02 08:40:50 +0200
committerNoel Grandin <noel@peralex.com>2014-10-03 15:20:03 +0200
commit7d7b289da49ccd7979f650222bfb669cd6b623de (patch)
tree4a6f6d2608214e513984926142200f9bc26c26c9 /linguistic
parent11d22e164ec5e62e067a38ce11929b157381d1b7 (diff)
loplugin: cstylecast
Change-Id: I114924d5e0407883b2e77016da3c2e3e55657b21
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdicxml.cxx2
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