[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sc/source
Eike Rathke
erack at redhat.com
Mon Aug 26 05:23:35 PDT 2013
sc/source/ui/dbgui/asciiopt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8875f681585e73f3f37088d58c75bf04ad098e2e
Author: Eike Rathke <erack at redhat.com>
Date: Mon Aug 26 14:08:08 2013 +0200
resolved fdo#68437 append the bDetectSpecialNumber "true" string in options
Regression introduced with 465dbaecf9890b7117a45d02ea982ef7aca32720
Change-Id: I7c05c7f246dddd0271c421aa358068365d44fb98
(cherry picked from commit aaa1bc40bb197968946c39d4c31c13588191bf55)
Reviewed-on: https://gerrit.libreoffice.org/5632
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx
index 2a195ad..827a2f0 100644
--- a/sc/source/ui/dbgui/asciiopt.cxx
+++ b/sc/source/ui/dbgui/asciiopt.cxx
@@ -372,7 +372,7 @@ String ScAsciiOptions::WriteToString() const
// Language
OUString::number(eLang) + "," +
// Import quoted field as text.
- OUString::boolean( bQuotedFieldAsText ) + ",";
+ OUString::boolean( bQuotedFieldAsText ) + "," +
// Detect special numbers.
OUString::boolean( bDetectSpecialNumber );
More information about the Libreoffice-commits
mailing list