[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-4' - sw/source

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 28 11:45:30 UTC 2021


 sw/source/uibase/shells/basesh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad808ac375c200857026acbbabf862264e695887
Author:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Mon Jan 18 15:51:47 2021 +0100
Commit:     Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Thu Jan 28 12:44:39 2021 +0100

    "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 at allotropia.de>
    (cherry picked from commit 4ecabed3ac5aff26bee6d195136ca819cbeb995c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109603
    Tested-by: Thorsten Behrens <thorsten.behrens at allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behrens at allotropia.de>

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;
 


More information about the Libreoffice-commits mailing list