[Libreoffice-commits] core.git: officecfg/registry

Susobhan Ghosh susobhang70 at gmail.com
Thu Jul 14 09:44:32 UTC 2016


 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 3ee3c29d03cf8c647f798d00b0a947042150449d
Author: Susobhan Ghosh <susobhang70 at gmail.com>
Date:   Wed Jul 13 11:14:05 2016 +0530

    tdf#100886: Show Default ShapesPanel when Shape is selected
    
    Make Shapes Panel only available for Draw
    
    Change-Id: Ib83a07333a0a3c53871184df313a79bad1576942
    Reviewed-on: https://gerrit.libreoffice.org/27175
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 50eb105..5418c8d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -73,7 +73,7 @@
         </prop>
         <prop oor:name="ContextList">
           <value oor:separator=";">
-            DrawImpress, any, visible ;
+            Draw, any, visible ;
           </value>
         </prop>
         <prop oor:name="OrderIndex" oor:type="xs:int">
@@ -724,11 +724,7 @@
         </prop>
         <prop oor:name="ContextList">
           <value oor:separator=";">
-            DrawImpress, DrawPage,        visible  ;
-            DrawImpress, default,         visible  ;
-            DrawImpress, HandoutPage,     visible  ;
-            DrawImpress, NotesPage,       visible  ;
-            DrawImpress, SlidesorterPage, visible  ;
+            Draw,         any,         visible   ;
           </value>
         </prop>
         <prop oor:name="ImplementationURL" oor:type="xs:string">


More information about the Libreoffice-commits mailing list