summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf
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/filter/rtf
parent385017e0f2147d2a49e36d6c44ae76a1e7600668 (diff)
resolved fdo#48731 in CSV import do not strip leading apostrophe
Diffstat (limited to 'sc/source/filter/rtf')
-rw-r--r--sc/source/filter/rtf/eeimpars.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/rtf/eeimpars.cxx b/sc/source/filter/rtf/eeimpars.cxx
index 36ece2bd12a8..2ecf7ddca91f 100644
--- a/sc/source/filter/rtf/eeimpars.cxx
+++ b/sc/source/filter/rtf/eeimpars.cxx
@@ -337,6 +337,7 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
aParam.mpNumFormatter = pFormatter;
aParam.mbDetectNumberFormat = true;
aParam.mbSetTextCellFormat = true;
+ aParam.mbHandleApostrophe = false;
if (!aValStr.isEmpty())
mpDoc->SetValue( nCol, nRow, nTab, fVal );