diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-07 14:39:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-07 16:54:56 +0200 |
commit | 0e12a4055de19271e8756a323df684c0985c8e3a (patch) | |
tree | 3a0c22372af171cccaac9fc2e64f99d2acb5726f /sc/source/ui/unoobj | |
parent | d1cddc4775f03a52bb8fa2229dc5624d8cc5a3ce (diff) |
tdf#126673 Auto-fit column and auto-fit row don't work with line break
Revert "tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateMode"
This reverts commit c47d0174f2c6c3ebcb3b33276d0277e7aceac330.
Change-Id: I38e065d44dfb9d08498176b8231aff14ff51d91c
Reviewed-on: https://gerrit.libreoffice.org/77109
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r-- | sc/source/ui/unoobj/textuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index 3ef1645d2542..c62d834a4475 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -802,7 +802,7 @@ SvxTextForwarder* ScCellTextData::GetTextForwarder() if ( pDocShell ) { ScDocument& rDoc = pDocShell->GetDocument(); - pEditEngine = rDoc.CreateFieldEditEngine(/*bUpdateMode*/true); + pEditEngine = rDoc.CreateFieldEditEngine(); } else { |