summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-11-14 07:58:17 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-11-14 08:58:11 +0100
commit51c1351b75a82c60ce4b5e7063d02cbdb96f6848 (patch)
tree37afcf3f7a043294f6b6b60ac1f00f22aad7dc46
parent0a911b00c4f6056167ca198fb45bdff6178575cb (diff)
Fix parameter value in comment
Change-Id: Ie10882987655463af3bec8f75a0375f55415cc07 Reviewed-on: https://gerrit.libreoffice.org/63354 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r--sw/source/filter/basflt/fltini.cxx4
1 files changed, 2 insertions, 2 deletions
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 )