sfx2/source/control/unoctitm.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b7cc9e3f9be6dae3ad7af1185eea8ae45049e1a0
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Jan 16 17:26:06 2026 +0000
Commit:     Miklos Vajna <[email protected]>
CommitDate: Mon Jan 19 11:59:59 2026 +0100

    kit integration, explicitly list uno:EditStyle
    
    this is already indirectly available from the (para) sidebar when
    clicking on the dialog launch button.
    
    Change-Id: If03d3b49deae4a7248af7902867c0802cdf55ffe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197469
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 660ce33229c4..e93ac62a18a4 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1458,6 +1458,7 @@ const std::map<std::u16string_view, KitUnoCommand>& 
GetKitUnoCommandList()
         { u"ChangeTheme", { PayloadType::None, true } },
         { u"DeleteSlide", { PayloadType::None, true } },
         { u"DuplicateSlide", { PayloadType::None, true } },
+        { u"EditStyle", { PayloadType::None, true } },
         { u"InsertSlide", { PayloadType::None, true } },
         { u"JumpToMark", { PayloadType::None, true } },
         { u"MoveKeepInsertMode", { PayloadType::None, true } },

Reply via email to