summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/parhtml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index c8e8ab253757..3df6ab9f3f16 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -2126,7 +2126,7 @@ bool HTMLParser::ParseMetaOptionsImpl(
else
{
// convert line endings for Description
- aContent.ConvertLineEnd();
+ aContent = convertLineEnd(aContent, GetSystemLineEnd());
}