diff options
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/excel/excel.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/exceldetect.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx index cd09f365b844..46c95034aa31 100644 --- a/sc/source/filter/excel/excel.cxx +++ b/sc/source/filter/excel/excel.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XImporter.hpp> +#include <com/sun/star/ucb/ContentCreationException.hpp> #include <scitems.hxx> #include <svl/stritem.hxx> #include <unotools/streamwrap.hxx> diff --git a/sc/source/ui/unoobj/exceldetect.cxx b/sc/source/ui/unoobj/exceldetect.cxx index 474c9ce96548..6d5ccd796ab6 100644 --- a/sc/source/ui/unoobj/exceldetect.cxx +++ b/sc/source/ui/unoobj/exceldetect.cxx @@ -11,6 +11,7 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/ucb/XContent.hpp> +#include <com/sun/star/ucb/ContentCreationException.hpp> #include <cppuhelper/supportsservice.hxx> #include <svl/itemset.hxx> |