[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source sfx2/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 4 12:58:15 UTC 2020


 desktop/source/lib/init.cxx      |    1 +
 sfx2/source/control/unoctitm.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 0d3f588fd53151a4d4dac848bf57f1c66cdad99e
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Aug 4 12:05:15 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Aug 4 14:57:23 2020 +0200

    lok: update track changes status for calc
    
    Change-Id: Ifb5ac3739ff19154b97ea1258c77739bde0cfb80
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100075
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 97ef1635c719..d655a60e6863 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2792,6 +2792,7 @@ static void doc_iniUnoCommands ()
         OUString(".uno:AlignUp"),
         OUString(".uno:AlignMiddle"),
         OUString(".uno:AlignDown"),
+        OUString(".uno:TraceChangeMode"),
         OUString(".uno:FreezePanesRow")
     };
 
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 1cf61d9bab91..5e841bd382c6 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1015,6 +1015,7 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
         aEvent.FeatureURL.Path == "AlignUp" ||
         aEvent.FeatureURL.Path == "AlignMiddle" ||
         aEvent.FeatureURL.Path == "AlignDown" ||
+        aEvent.FeatureURL.Path == "TraceChangeMode" ||
         aEvent.FeatureURL.Path == "FormatPaintbrush")
     {
         bool bTemp = false;


More information about the Libreoffice-commits mailing list