diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-16 18:42:55 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-16 22:18:08 +0200 |
commit | 5d6d11a6d21e81feb0ba3422a3a3cad9d96ec3b6 (patch) | |
tree | 088c5b6e2b238ad8c8ba7817311660be47ec7f6f /include/sfx2/sidebar | |
parent | 6d82ebb3443bfb09a16338ebd9bc7ce50a30963d (diff) |
add more chart sidebar contexts
Change-Id: Icce69a0f5662ba06a3b57da089889aac5028de30
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index b77c977c4009..785e6eff2dae 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -74,6 +74,7 @@ public: Context_DrawPage, Context_DrawText, Context_EditCell, + Context_ErrorBar, Context_Form, Context_Frame, Context_Graphic, @@ -85,10 +86,12 @@ public: Context_OLE, Context_OutlineText, Context_Pivot, + Context_Series, Context_SlidesorterPage, Context_Table, Context_Text, Context_TextObject, + Context_Trendline, // Default context of an application. Do we need this? Context_Default, |