[Libreoffice-commits] core.git: sw/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 24 16:23:41 UTC 2020
sw/source/filter/html/swhtml.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3c6d03514238a9713c7ed6590ac8fbc8daba82a8
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jun 24 17:10:54 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jun 24 18:23:04 2020 +0200
Remove obsolete comment about LF on old Mac OS
(and where sticking to numeric '\x0A' is probably cleaner anyway)
Change-Id: I77efcffea7fe246984be0a599f3c403397b8a9c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97043
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 940642a816d4..7ac757c6ec92 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -5194,7 +5194,7 @@ void SwHTMLParser::InsertLineBreak()
if( !bCleared && !bBreakItem )
{
// If no CLEAR could or should be executed, a line break will be inserted
- OUString sTmp( u'\x000a' ); // make the Mac happy :-)
+ OUString sTmp( u'\x000a' );
m_xDoc->getIDocumentContentOperations().InsertString( *m_pPam, sTmp );
}
else if( m_pPam->GetPoint()->nContent.GetIndex() )
More information about the Libreoffice-commits
mailing list