diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-07-13 11:14:05 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-07-14 09:44:07 +0000 |
commit | 3ee3c29d03cf8c647f798d00b0a947042150449d (patch) | |
tree | 6571bfa4135982be94b39098c1a9786523893060 | |
parent | 53d18f277227c957d9c7370d423e4cd2a69649bf (diff) |
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@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 50eb1053a44a..5418c8d1452c 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"> |