From 8ec791316c1d90b25e85c94ad105e9cc62e568e2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 9 Aug 2012 22:18:42 +0200 Subject: fdo#53154: fix report design wizard crash: As described by Stephan in the bug report, the XAggregation usage in OSection of SvxFmDrawPage is broken; replace it by explicit forwarding of the XDrawPage, XShapeGrouper, XFormsSupplier2 methods; it seems to fix the crash here. Also get rid of horrid refcount manipulation etc. while at it. Change-Id: Ib08830d2092bd2026db5b57c1c2e165b946889b3 --- reportdesign/inc/UndoEnv.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx index 3996fb8433ac..2923b919585e 100644 --- a/reportdesign/inc/UndoEnv.hxx +++ b/reportdesign/inc/UndoEnv.hxx @@ -23,6 +23,8 @@ #include #include #include + +#include #include #include -- cgit