summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfdrawgroup.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfdrawgroup.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
index 81f7f8cc781a..b5e1f367c837 100644
--- a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
+++ b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
@@ -72,7 +72,10 @@
class XFDrawGroup : public XFDrawObject
{
public:
- XFDrawGroup() {}
+ XFDrawGroup()
+ : m_aChildren(new XFContentContainer)
+ {
+ }
public:
using XFDrawObject::Add;