summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-09-05 11:38:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-09-05 14:31:24 +0200
commit5fac945201bc381e0642218c380a6a72cfc6328c (patch)
treec4a8e751d9077045dc455f3bad7f482b44d5f0ce /reportdesign
parentd8dbf35c48698e49c527d740853ce4edc4f1afa9 (diff)
SvxDrawPage does not need to use aggregation
we use custom subclasses when we want to modify behaviour Change-Id: I1aef9e87c76ea97f1868134f5e1ac0e317b5c698 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156559 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/inc/ReportDrawPage.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/core/inc/ReportDrawPage.hxx b/reportdesign/source/core/inc/ReportDrawPage.hxx
index b4c10d93eb6c..0a10693d30b1 100644
--- a/reportdesign/source/core/inc/ReportDrawPage.hxx
+++ b/reportdesign/source/core/inc/ReportDrawPage.hxx
@@ -22,6 +22,7 @@
#include <svx/unopage.hxx>
#include <com/sun/star/report/XSection.hpp>
+#include <cppuhelper/weakref.hxx>
namespace reportdesign
{