[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 14 07:58:35 UTC 2018
sw/source/filter/basflt/fltini.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 51c1351b75a82c60ce4b5e7063d02cbdb96f6848
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Nov 14 07:58:17 2018 +0100
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Wed Nov 14 08:58:11 2018 +0100
Fix parameter value in comment
Change-Id: Ie10882987655463af3bec8f75a0375f55415cc07
Reviewed-on: https://gerrit.libreoffice.org/63354
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 8ecd122d8757..39a4e856ef7d 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -567,10 +567,10 @@ OUString NameFromCharSet(rtl_TextEncoding nChrSet)
// The user data contains the options for the ascii import/export filter.
// The format is:
// 1. CharSet - as ascii chars
-// 2. LineEnd - as CR/LR/CRLF
+// 2. LineEnd - as CR/LF/CRLF
// 3. Fontname
// 4. Language
-// 5. Whether to include byte-order-mark
+// 5. Whether to include byte-order-mark - as true/false
// the delimiter character is ","
void SwAsciiOptions::ReadUserData( const OUString& rStr )
More information about the Libreoffice-commits
mailing list