summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf/eeimpars.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-13 17:16:38 +0100
committerEike Rathke <erack@redhat.com>2018-02-13 18:46:09 +0100
commit98c0bd7ffd008015623b2c5eb8630649394d76f6 (patch)
tree89df6f391c9fbd4db44755eaa895e4d50e59815f /sc/source/filter/rtf/eeimpars.cxx
parent271d9ebfe0c4fc57ea6f01a9c048021e5429dd15 (diff)
ScSetStringParam::mbCheckLinkFormula for HTML and RTF import
Change-Id: I7cf7cf12142322cbffd5160e9a8dce55efd36be5
Diffstat (limited to 'sc/source/filter/rtf/eeimpars.cxx')
-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 267c84d7cf80..b07ddecf9ae5 100644
--- a/sc/source/filter/rtf/eeimpars.cxx
+++ b/sc/source/filter/rtf/eeimpars.cxx
@@ -341,6 +341,7 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
aParam.mbDetectNumberFormat = true;
aParam.meSetTextNumFormat = ScSetStringParam::SpecialNumberOnly;
aParam.mbHandleApostrophe = false;
+ aParam.mbCheckLinkFormula = true;
if (!aValStr.isEmpty())
mpDoc->SetValue( nCol, nRow, nTab, fVal );