summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2015-06-09 00:07:31 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-06-29 13:01:24 +0000
commit7bb74f1a73b953ef2263f25b0df202e8a588307e (patch)
tree0c75e7f01acecde4867bfdf149f73b14fbf252d0 /include
parent594ef250f824772c467c0f3cc8001568d1e553a9 (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 'include')
-rw-r--r--include/sfx2/sidebar/EnumContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx
index 3fc5fda50f22..3fd2670e4109 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -68,6 +68,7 @@ public:
Context_Cell,
Context_Chart,
Context_Draw,
+ Context_DrawLine,
Context_DrawPage,
Context_DrawText,
Context_EditCell,