officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |    2 +-
 sc/source/ui/view/tabvwsha.cxx                               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f57885a3cf63af68bf07b14c5296e14ef0ad4c4
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Mar 11 08:48:07 2025 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Mar 11 23:43:11 2025 +0100

    lok: style panel shortcut icon command fix
    
    This reverts commit 90a63a2325e45b435762570ac9aecd50fcb5b676.
    lok: use .uno:SidebarDeck.StyleListDeck as shortcut
    
    it caused regresison in Writer where we should still open the
    Style Edit dialog. Only Calc should open style list.
    
    Change-Id: Ia8844330e8f91ef56864ae78b18d5ce57a146c58
    Signed-off-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182763
    Reviewed-by: Gökay ŞATIR <gokaysa...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 20d268da5526..465c8e5732bb 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:SidebarDeck.StyleListDeck</value>
+          <value>.uno:EditStyle</value>
         </prop>
         <prop oor:name="ContextList">
           <value oor:separator=";">
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index ddd94926303a..ad72c49d9779 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -940,7 +940,7 @@ void ScTabViewShell::ExecStyle( SfxRequest& rReq )
     const sal_uInt16  nSlotId = rReq.GetSlot();
     if ( !pArgs && nSlotId != SID_STYLE_NEW_BY_EXAMPLE && nSlotId != 
SID_STYLE_UPDATE_BY_EXAMPLE )
     {
-        // in case of vertical toolbar
+        // in case of vertical toolbar, sidebar shortcut icon
         GetDispatcher()->Execute( SID_STYLE_DESIGNER, SfxCallMode::ASYNCHRON | 
SfxCallMode::RECORD );
         return;
     }

Reply via email to