summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-06 17:19:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-12 18:56:47 +0200
commit04716cb9acfde7e247c01d79afde694f8e4f9f7f (patch)
treea8ae5f41f764d773107ef4309f92cd87ebbc2210 /sfx2
parent11304a75043647139f6189c2317fe709edae83dc (diff)
add SidebarChangeHandler to chart2
I still need to wire the correct frame to the correct sidebar for it to work. Change-Id: I0fecc2be674d6b024bc39e707930a4c30f67cb81
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/EnumContext.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx
index 4f9b75b50ebb..f7db2edd0e2c 100644
--- a/sfx2/source/sidebar/EnumContext.cxx
+++ b/sfx2/source/sidebar/EnumContext.cxx
@@ -122,6 +122,7 @@ void EnumContext::ProvideApplicationContainers()
AddEntry(OUString("com.sun.star.sdb.FormDesign"), EnumContext::Application_WriterForm);
AddEntry(OUString("com.sun.star.sdb.TextReportDesign"), EnumContext::Application_WriterReport);
AddEntry(OUString("com.sun.star.sheet.SpreadsheetDocument"), EnumContext::Application_Calc);
+ AddEntry(OUString("com.sun.star.chart2.ChartDocument"), EnumContext::Application_Chart);
AddEntry(OUString("com.sun.star.drawing.DrawingDocument"), EnumContext::Application_Draw);
AddEntry(OUString("com.sun.star.presentation.PresentationDocument"), EnumContext::Application_Impress);
@@ -174,6 +175,7 @@ void EnumContext::ProvideContextContainers()
AddContext(3DObject);
AddContext(Annotation);
AddContext(Auditing);
+ AddContext(Axis);
AddContext(Cell);
AddContext(Chart);
AddContext(Chart);