[Libreoffice-commits] core.git: desktop/source sfx2/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 12 07:39:43 UTC 2020
desktop/source/lib/init.cxx | 1 +
sfx2/source/control/unoctitm.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 53e745b4d2450a80485273f96abe4f8e6479972b
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: Wed Aug 12 09:39:08 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>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100460
Tested-by: Jenkins
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index d28bb2bc64d0..51a5e4bf28fe 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2822,6 +2822,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 3fe778493188..d0f935f248bd 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