| commit | 27fa859bb85ba7ac5b8cb22db5ae85750c7effba | [log] |
|---|---|---|
| author | Heiko Tietze <heiko.tietze@documentfoundation.org> | Thu Jul 27 11:08:35 2023 +0200 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Fri Aug 18 09:21:23 2023 +0200 |
| tree | e9822a91a2bef27864f9964253a3a128bc9733e1 | |
| parent | 5444b73219fcd50ddbb1fe5e685a401cfd8c9cf3 [diff] |
Resolves tdf#156357 - Submit Show Formula to document Change-Id: Ic893e573b2409342d61877313a3b60e83bb13690 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154984 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 7395325..255dbed 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -721,6 +721,8 @@ void ScTabViewShell::Execute( SfxRequest& rReq ) ScViewOptions aSetOpts = rOpts; aSetOpts.SetOption( VOPT_FORMULAS, bFormulaMode ); rViewData.SetOptions( aSetOpts ); ScDocument& rDoc = rViewData.GetDocument(); rDoc.SetViewOptions(aSetOpts); rViewData.GetDocShell()->PostPaintGridAll();