diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-14 12:26:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-14 16:30:06 +0200 |
commit | 9f9335ed67fcbb1192140e2761df7404620156c9 (patch) | |
tree | aaf4cd84ca096272b25831cc9f9718777c925f1a | |
parent | f979ca1061a1b6fff123e150aec14756b8a5780d (diff) |
Fix typo
Change-Id: I1554a3fbdf563a6fb9710ade03eccd162ae86643
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157976
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/view/output2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index 0cb886a87dc6..916748b0ceab 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -2186,7 +2186,7 @@ std::unique_ptr<ScFieldEditEngine> ScOutputData::CreateOutputEditEngine() { std::unique_ptr<ScFieldEditEngine> pEngine(new ScFieldEditEngine(mpDoc, mpDoc->GetEnginePool())); pEngine->SetUpdateLayout( false ); - pEngine->EnableUndo( false ); // dont need undo for painting purposes + pEngine->EnableUndo( false ); // don't need undo for painting purposes // a RefDevice always has to be set, otherwise EditEngine would create a VirtualDevice pEngine->SetRefDevice( pFmtDevice ); EEControlBits nCtrl = pEngine->GetControlWord(); |