diff options
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/sdr/formatnormalizer.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlHelper.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/source/core/sdr/formatnormalizer.cxx b/reportdesign/source/core/sdr/formatnormalizer.cxx index 8494732191de..a80fc6c796cd 100644 --- a/reportdesign/source/core/sdr/formatnormalizer.cxx +++ b/reportdesign/source/core/sdr/formatnormalizer.cxx @@ -21,6 +21,7 @@ #include <RptModel.hxx> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> +#include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/sdb/XParametersSupplier.hpp> #include <com/sun/star/util/XNumberFormatTypes.hpp> diff --git a/reportdesign/source/filter/xml/xmlHelper.cxx b/reportdesign/source/filter/xml/xmlHelper.cxx index 7efab158ae5b..aa20dc3b1c23 100644 --- a/reportdesign/source/filter/xml/xmlHelper.cxx +++ b/reportdesign/source/filter/xml/xmlHelper.cxx @@ -50,6 +50,7 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/style/VerticalAlignment.hpp> #include <xmloff/EnumPropertyHdl.hxx> +#include <osl/diagnose.h> #define XML_RPT_ALGINMENT (XML_DB_TYPES_START+1) namespace rptxml |