summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index d733d7ffa263..62491265a464 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3450,7 +3450,7 @@ void XMLTextParagraphExport::exportText( const OUString& rText,
if( nSpaceChars > 1 )
{
OUStringBuffer sTmp;
- sTmp.append( (sal_Int32)nSpaceChars );
+ sTmp.append( nSpaceChars );
GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_C,
sTmp.makeStringAndClear() );
}
@@ -3513,7 +3513,7 @@ void XMLTextParagraphExport::exportText( const OUString& rText,
if( nSpaceChars > 1 )
{
OUStringBuffer sTmp;
- sTmp.append( (sal_Int32)nSpaceChars );
+ sTmp.append( nSpaceChars );
GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_C,
sTmp.makeStringAndClear() );
}