summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-16 18:42:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-16 22:18:08 +0200
commit5d6d11a6d21e81feb0ba3422a3a3cad9d96ec3b6 (patch)
tree088c5b6e2b238ad8c8ba7817311660be47ec7f6f /sfx2
parent6d82ebb3443bfb09a16338ebd9bc7ce50a30963d (diff)
add more chart sidebar contexts
Change-Id: Icce69a0f5662ba06a3b57da089889aac5028de30
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/EnumContext.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx
index f7db2edd0e2c..e84ce1c629bc 100644
--- a/sfx2/source/sidebar/EnumContext.cxx
+++ b/sfx2/source/sidebar/EnumContext.cxx
@@ -184,6 +184,7 @@ void EnumContext::ProvideContextContainers()
AddContext(DrawPage);
AddContext(DrawText);
AddContext(EditCell);
+ AddContext(ErrorBar);
AddContext(Form);
AddContext(Frame);
AddContext(Graphic);
@@ -195,10 +196,12 @@ void EnumContext::ProvideContextContainers()
AddContext(OLE);
AddContext(OutlineText);
AddContext(Pivot);
+ AddContext(Series);
AddContext(SlidesorterPage);
AddContext(Table);
AddContext(Text);
AddContext(TextObject);
+ AddContext(Trendline);
#undef AddContext
}
}