summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLRedlineExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLRedlineExport.cxx')
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 6ac62d6d6cb2..9b925830d59a 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -610,7 +610,7 @@ void XMLRedlineExport::WriteComment(const OUString& rComment)
{
// iterate over all string-pieces separated by return (0x0a) and
// put each inside a paragraph element.
- SvXMLTokenEnumerator aEnumerator(rComment, sal_Char(0x0a));
+ SvXMLTokenEnumerator aEnumerator(rComment, char(0x0a));
OUString aSubString;
while (aEnumerator.getNextToken(aSubString))
{