summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-01-18 15:51:47 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-01-28 12:44:39 +0100
commitad808ac375c200857026acbbabf862264e695887 (patch)
treee90c673c19c7f77b35d2e74cbc4cfc47be221112
parentaf1918a987be3578affa85b06cd2220c59108a27 (diff)
"Update all" should do a full reformatting
Change-Id: I05b06e4b345c2125f4fd5272fc6a3354396a29ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109554 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> (cherry picked from commit 4ecabed3ac5aff26bee6d195136ca819cbeb995c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109603 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r--sw/source/uibase/shells/basesh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 629424523126..545e9c78a89d 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -748,7 +748,7 @@ void SwBaseShell::Execute(SfxRequest &rReq)
rDis.Execute( FN_UPDATE_FIELDS );
rDis.Execute( FN_UPDATE_TOX );
rDis.Execute( FN_UPDATE_CHARTS );
- rSh.CalcLayout();
+ rSh.Reformat();
}
break;