diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-30 00:03:58 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-30 05:45:26 +0200 |
commit | 902255645328efde34ddf62227c8278e8dd61ff0 (patch) | |
tree | 26dd9225bf70d54cd0687164283fd9d350536785 /include | |
parent | bead8d010987d53b313e30b65e56d04ee80469ef (diff) |
small fix to reduce UnknownPropertyException in chart2
accidently introduced with f1531cdaaebe706d909dc6ddde439ccb5f4ad36d
Change-Id: I292097c5f61ecb32a28a90e9f5be48fcfd6bcd7b
Diffstat (limited to 'include')
-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 785e6eff2dae..d9dbe80fdff7 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -78,6 +78,7 @@ public: Context_Form, Context_Frame, Context_Graphic, + Context_Grid, Context_HandoutPage, Context_MasterPage, Context_Media, |