dictionaries | 2 +- sfx2/source/control/unoctitm.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit bce2373e1d6fd5004e90eb0e6f4835d227880d47 Author: Shantanu Oak <shantanu....@gmail.com> AuthorDate: Wed May 7 12:31:34 2025 +0000 Commit: Gerrit Code Review <ger...@gerrit.libreoffice.org> CommitDate: Wed May 7 14:31:34 2025 +0200 Update git submodules * Update dictionaries from branch 'master' to 0d46e01e7f084e76b67fecd1e175726551b979f6 - Add licenses for Assamese, Kannada, Oriya, Punjabi and Sanskrit Change-Id: I703418ab8bfeefdfbb75d993652f14215f98abf1 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/184957 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/dictionaries b/dictionaries index 23e01606ab40..0d46e01e7f08 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit 23e01606ab40d8440a97bece8d7d515b302c224a +Subproject commit 0d46e01e7f084e76b67fecd1e175726551b979f6 commit 2c65437f2dc380783c8d623dca7deebd3a58e0ca Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed May 7 08:25:57 2025 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Wed May 7 14:31:27 2025 +0200 cool#11855 sfx2 lok: send command state for ReinstateTrackedChange The command state was implemented already in commit 6257cae9e9845ea110b2b7abfad2b2672e966bbb (cool#11357 sw redline reinstate: add command state, 2025-03-26), but forgot to expose that on the LOK API, which doesn't happen by default. Change-Id: I11022185498d44df3ee5650ff503687906d61847 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185011 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 029cb676cbb6..35805da2f5ef 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1281,6 +1281,7 @@ const std::map<std::u16string_view, KitUnoCommand>& GetKitUnoCommandList() { u"RejectAllTrackedChanges", { PayloadType::EnabledPayload, true } }, { u"AcceptTrackedChange", { PayloadType::EnabledPayload, true } }, { u"RejectTrackedChange", { PayloadType::EnabledPayload, true } }, + { u"ReinstateTrackedChange", { PayloadType::EnabledPayload, true } }, { u"AcceptTrackedChangeToNext", { PayloadType::EnabledPayload, true } }, { u"RejectTrackedChangeToNext", { PayloadType::EnabledPayload, true } }, { u"NextTrackedChange", { PayloadType::EnabledPayload, true } }, commit 1a41ab57295558b93716ed87030d41b5cbda5eff Author: Shantanu Oak <shantanu....@gmail.com> AuthorDate: Wed May 7 12:31:14 2025 +0000 Commit: Gerrit Code Review <ger...@gerrit.libreoffice.org> CommitDate: Wed May 7 14:31:14 2025 +0200 Update git submodules * Update dictionaries from branch 'master' to 23e01606ab40d8440a97bece8d7d515b302c224a - Add license for Tamil Change-Id: Ic753eafc8e9ec69757a95f2e35f8df81b018f936 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/184956 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/dictionaries b/dictionaries index 504b17e7d090..23e01606ab40 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit 504b17e7d0909231782a9ad7a882a151118f8ab5 +Subproject commit 23e01606ab40d8440a97bece8d7d515b302c224a