summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-13 12:16:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-13 12:16:34 +0200
commit93985db3410f3ce685e6da6ef77457bb72d56201 (patch)
tree908549fed7c2b90cea80425060c92cc2d366db28 /xmloff
parent99b40c2eac242b9bc8674f09df8aaa53d6c836d0 (diff)
fix android build
Change-Id: I960768ff98137a50da44348bffeec329295ea95f
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/cdouthdl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/cdouthdl.cxx b/xmloff/source/style/cdouthdl.cxx
index 35113f3976c3..7f10c0288916 100644
--- a/xmloff/source/style/cdouthdl.cxx
+++ b/xmloff/source/style/cdouthdl.cxx
@@ -81,7 +81,7 @@ XMLCrossedOutTypePropHdl::~XMLCrossedOutTypePropHdl()
bool XMLCrossedOutTypePropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const
{
- sal_uInt16 eNewStrikeout;
+ sal_uInt16 eNewStrikeout = 0;
bool bRet = SvXMLUnitConverter::convertEnum(
eNewStrikeout, rStrImpValue, pXML_CrossedoutType_Enum );
if( bRet )
@@ -204,7 +204,7 @@ XMLCrossedOutWidthPropHdl::~XMLCrossedOutWidthPropHdl()
bool XMLCrossedOutWidthPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXMLUnitConverter& ) const
{
- sal_uInt16 eNewStrikeout;
+ sal_uInt16 eNewStrikeout = 0;
bool bRet = SvXMLUnitConverter::convertEnum(
eNewStrikeout, rStrImpValue, pXML_CrossedoutWidth_Enum );
if( bRet )