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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/EnumContext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx index 9f8a63077f18..4f9b75b50ebb 100644 --- a/sfx2/source/sidebar/EnumContext.cxx +++ b/sfx2/source/sidebar/EnumContext.cxx @@ -178,6 +178,7 @@ void EnumContext::ProvideContextContainers() AddContext(Chart); AddContext(Chart); AddContext(Draw); + AddContext(DrawLine); AddContext(DrawPage); AddContext(DrawText); AddContext(EditCell); |