officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90a63a2325e45b435762570ac9aecd50fcb5b676
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Mon Mar 3 19:06:35 2025 +0100
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Tue Mar 4 02:21:39 2025 +0100

    lok: use .uno:SidebarDeck.StyleListDeck as shortcut
    
    EditStyle command was causing the sidebar to close in lok
    case and it was not possible to open it again.
    Let's use dedicated command for opening the sidebar deck
    with styles navigator.
    
    Signed-off-by: Szymon Kłos <szymon.k...@collabora.com>
    Change-Id: Idf6bbfa8676127ef72699c68ed6a778881c07030
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182442
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 465c8e5732bb..20d268da5526 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -391,7 +391,7 @@
           <value>PropertyDeck</value>
         </prop>
         <prop oor:name="DefaultMenuCommand">
-          <value>.uno:EditStyle</value>
+          <value>.uno:SidebarDeck.StyleListDeck</value>
         </prop>
         <prop oor:name="ContextList">
           <value oor:separator=";">

Reply via email to