summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/stringutil.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-04-15 14:56:55 +0200
committerEike Rathke <erack@redhat.com>2012-04-15 14:56:55 +0200
commit5a560e4300295629592716697f13bc803bdeba3c (patch)
tree064c8efca3e5815cd49e3586777e487c227e44be /sc/source/core/tool/stringutil.cxx
parent385017e0f2147d2a49e36d6c44ae76a1e7600668 (diff)
resolved fdo#48731 in CSV import do not strip leading apostrophe
Diffstat (limited to 'sc/source/core/tool/stringutil.cxx')
-rw-r--r--sc/source/core/tool/stringutil.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx
index 263e22c8b711..a4cb4b3940e3 100644
--- a/sc/source/core/tool/stringutil.cxx
+++ b/sc/source/core/tool/stringutil.cxx
@@ -39,7 +39,8 @@ using ::rtl::OUStringBuffer;
ScSetStringParam::ScSetStringParam() :
mpNumFormatter(NULL),
mbDetectNumberFormat(true),
- mbSetTextCellFormat(false)
+ mbSetTextCellFormat(false),
+ mbHandleApostrophe(true)
{
}