diff options
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/filter/xml/xmlReportElementBase.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/report/ReportSection.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/report/dlgedfac.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlReportElementBase.cxx b/reportdesign/source/filter/xml/xmlReportElementBase.cxx index ff5e17d0b6eb..dc601abe56ab 100644 --- a/reportdesign/source/filter/xml/xmlReportElementBase.cxx +++ b/reportdesign/source/filter/xml/xmlReportElementBase.cxx @@ -18,6 +18,7 @@ */ #include <xmloff/ProgressBarHelper.hxx> #include <xmloff/xmlnamespace.hxx> +#include <xmloff/xmltkmap.hxx> #include "xmlReportElementBase.hxx" #include "xmlfilter.hxx" #include "xmlControlProperty.hxx" diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx index 2e1f294b24d8..acc0f7d0190c 100644 --- a/reportdesign/source/ui/report/ReportSection.cxx +++ b/reportdesign/source/ui/report/ReportSection.cxx @@ -51,6 +51,7 @@ #include <rptui_slotid.hrc> #include <vcl/commandevent.hxx> +#include <o3tl/safeint.hxx> #include <svl/itempool.hxx> #include <svtools/extcolorcfg.hxx> diff --git a/reportdesign/source/ui/report/dlgedfac.cxx b/reportdesign/source/ui/report/dlgedfac.cxx index bc68d60b896d..ceb2d6402ee5 100644 --- a/reportdesign/source/ui/report/dlgedfac.cxx +++ b/reportdesign/source/ui/report/dlgedfac.cxx @@ -21,6 +21,7 @@ #include <RptObject.hxx> #include <RptDef.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <osl/diagnose.h> namespace rptui { |