summaryrefslogtreecommitdiff
path: root/include/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 /include/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 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/EnumContext.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx
index 3fd2670e4109..b77c977c4009 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -40,6 +40,7 @@ public:
Application_WriterForm,
Application_WriterReport,
Application_Calc,
+ Application_Chart,
Application_Draw,
Application_Impress,
@@ -65,6 +66,7 @@ public:
Context_3DObject,
Context_Annotation,
Context_Auditing,
+ Context_Axis,
Context_Cell,
Context_Chart,
Context_Draw,