summaryrefslogtreecommitdiff
path: root/xmloff/source/style/kernihdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/kernihdl.cxx')
-rw-r--r--xmloff/source/style/kernihdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/kernihdl.cxx b/xmloff/source/style/kernihdl.cxx
index 06d5faeef081..de8de592fc83 100644
--- a/xmloff/source/style/kernihdl.cxx
+++ b/xmloff/source/style/kernihdl.cxx
@@ -47,7 +47,7 @@ bool XMLKerningPropHdl::importXML( const OUString& rStrImpValue, Any& rValue, co
bRet = rUnitConverter.convertMeasureToCore( nKerning, rStrImpValue );
}
- rValue <<= (sal_Int16)nKerning;
+ rValue <<= static_cast<sal_Int16>(nKerning);
return bRet;
}