summaryrefslogtreecommitdiff
path: root/xmloff/source/style/cdouthdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/cdouthdl.cxx')
-rw-r--r--xmloff/source/style/cdouthdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/cdouthdl.cxx b/xmloff/source/style/cdouthdl.cxx
index 7f10c0288916..d81437fb5aaf 100644
--- a/xmloff/source/style/cdouthdl.cxx
+++ b/xmloff/source/style/cdouthdl.cxx
@@ -281,7 +281,7 @@ bool XMLCrossedOutTextPropHdl::importXML( const OUString& rStrImpValue, uno::Any
sal_Int16 eStrikeout = ('/' == rStrImpValue[0]
? awt::FontStrikeout::SLASH
: awt::FontStrikeout::X);
- rValue <<= (sal_Int16)eStrikeout;
+ rValue <<= eStrikeout;
bRet = true;
}