diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-03 15:59:06 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-03 16:00:21 +0200 |
commit | 749a0845500d69f99bf1901bab82361f67b5e4f6 (patch) | |
tree | b758bc7dff18029881e1a9c8f3881ce117dadfd6 /include/sfx2/sidebar | |
parent | c70c4d203340999fc039838cc487d3e4c28d2f79 (diff) |
don't show area and line panel in pie chart Chart selection, tdf#94320
Change-Id: I0eacedbb3d96a059278bab0ef98a66ed49b827fc
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index d9dbe80fdff7..080a81836013 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -69,6 +69,7 @@ public: Context_Axis, Context_Cell, Context_Chart, + Context_ChartElements, Context_Draw, Context_DrawLine, Context_DrawPage, |