janitorial
Change-Id: I5b5c679c4c6d1e0b2742249f60aec213834f7501
This commit is contained in:
parent
1b72355736
commit
3591f5c429
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue