officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    5 
+----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit d7cbd78a810b263fd2f53ca58ec678008a387e22
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Fri May 13 19:26:50 2022 -0800
Commit:     Jim Raykowski <rayk...@gmail.com>
CommitDate: Mon May 16 00:24:23 2022 +0200

    tdf#149050 fix .uno:Gallery not opening Gallery deck
    
    Change-Id: I3e43d61e9a37f0815dafc2cf400bcb658e6c6948
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134297
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 8effe967b2f4..68b804d958fb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5465,11 +5465,8 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
         <prop oor:name="TooltipLabel" oor:type="xs:string">
           <value xml:lang="en-US">Open Clip Art and Media Gallery</value>
         </prop>
-        <prop oor:name="TargetURL" oor:type="xs:string">
-          <value>.uno:Sidebar.GalleryDeck</value>
-        </prop>
         <prop oor:name="Properties" oor:type="xs:int">
-          <value>9</value>
+          <value>1</value>
         </prop>
       </node>
       <node oor:name=".uno:SearchDialog" oor:op="replace">

Reply via email to