sc/source/ui/dbgui/asciiopt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aaa1bc40bb197968946c39d4c31c13588191bf55 Author: Eike Rathke <er...@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 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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits