diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2015-06-09 00:07:31 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-06-29 13:01:24 +0000 |
commit | 7bb74f1a73b953ef2263f25b0df202e8a588307e (patch) | |
tree | 0c75e7f01acecde4867bfdf149f73b14fbf252d0 /officecfg/registry | |
parent | 594ef250f824772c467c0f3cc8001568d1e553a9 (diff) |
tdf#84381: Improved sidebar selection analyser for Calc and Draw/Impress
Disables the area tab when a line is selected
Change-Id: Ib02a68fb548a7cc10f9af7e0d1b6191119f18915
Reviewed-on: https://gerrit.libreoffice.org/16165
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 504bf3b58f3e..653d826a2ccb 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -384,14 +384,17 @@ <prop oor:name="ContextList"> <value oor:separator=";"> Calc, Draw, visible ; + Calc, DrawLine, visible ; Calc, Graphic, visible ; Calc, OLE, hidden ; DrawImpress, 3DObject, visible ; DrawImpress, Draw, visible ; + DrawImpress, DrawLine, visible ; DrawImpress, Graphic, visible ; DrawImpress, TextObject, hidden ; DrawImpress, OLE, hidden ; WriterVariants, Draw, visible ; + WriterVariants, DrawLine, visible ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> |