janitorial

Change-Id: I5b5c679c4c6d1e0b2742249f60aec213834f7501
This commit is contained in:
Lionel Elie Mamane 2013-04-24 14:47:22 +02:00
parent 1b72355736
commit 3591f5c429

View file

@ -860,7 +860,7 @@ void ORptExport::exportContainer(const Reference< XSection>& _xSection)
if ( nCellType == util::NumberFormat::TEXT )
aHelper.SetNumberFormatAttributes(sEmpty, sEmpty);
else
aHelper.SetNumberFormatAttributes(nFormatKey, 0.0,sal_False);
aHelper.SetNumberFormatAttributes(nFormatKey, 0.0, sal_False);
}
}
SvXMLElementExport aCell(*this,XML_NAMESPACE_TABLE, XML_TABLE_CELL, sal_True, sal_False);