summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/Oasis2OOo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/Oasis2OOo.cxx')
-rw-r--r--xmloff/source/transform/Oasis2OOo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index 333b5d174b03..628b223fd25f 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -1422,7 +1422,7 @@ void XMLTabStopOASISTContext_Impl::StartElement(
XML_NAMESPACE_STYLE,
::xmloff::token::GetXMLToken( XML_LEADER_CHAR ) ) );
pMutableAttrList->AddAttribute( aNewAttrQName,
- OUString::valueOf( cStyleLeaderChar ) );
+ OUString( cStyleLeaderChar ) );
}
}
else
@@ -1521,7 +1521,7 @@ void XMLConfigItemTContext_Impl::Characters( const OUString& rChars )
else if (m_bIsCursorY && nPos > 31999)
nPos = 31999;
- sChars = OUString::valueOf(nPos);
+ sChars = OUString::number(nPos);
}
XMLTransformerContext::Characters( sChars );