diff options
-rw-r--r-- | xmloff/source/style/cdouthdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/cdouthdl.cxx b/xmloff/source/style/cdouthdl.cxx index e2bf0e29e3ab..d559eb866fcd 100644 --- a/xmloff/source/style/cdouthdl.cxx +++ b/xmloff/source/style/cdouthdl.cxx @@ -135,7 +135,7 @@ bool XMLCrossedOutTypePropHdl::exportXML( OUString& rStrExpValue, const uno::Any sal_Int16 nValue = sal_Int16(); OUStringBuffer aOut; - if( (rValue >>= nValue) && awt::FontStrikeout::DOUBLE==nValue ) + if (rValue >>= nValue) { bRet = SvXMLUnitConverter::convertEnum( aOut, (sal_uInt16)nValue, pXML_CrossedoutType_Enum ); |