summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-30 00:03:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-30 05:45:26 +0200
commit902255645328efde34ddf62227c8278e8dd61ff0 (patch)
tree26dd9225bf70d54cd0687164283fd9d350536785 /sfx2
parentbead8d010987d53b313e30b65e56d04ee80469ef (diff)
small fix to reduce UnknownPropertyException in chart2
accidently introduced with f1531cdaaebe706d909dc6ddde439ccb5f4ad36d Change-Id: I292097c5f61ecb32a28a90e9f5be48fcfd6bcd7b
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/EnumContext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx
index e84ce1c629bc..d72c5faf1f55 100644
--- a/sfx2/source/sidebar/EnumContext.cxx
+++ b/sfx2/source/sidebar/EnumContext.cxx
@@ -188,6 +188,7 @@ void EnumContext::ProvideContextContainers()
AddContext(Form);
AddContext(Frame);
AddContext(Graphic);
+ AddContext(Grid);
AddContext(HandoutPage);
AddContext(MasterPage);
AddContext(Media);