diff options
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r-- | sc/source/ui/unoobj/PivotTableDataProvider.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/forbiuno.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/viewuno.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/PivotTableDataProvider.cxx b/sc/source/ui/unoobj/PivotTableDataProvider.cxx index 94bf491c2e13..b8e8eb73ce7d 100644 --- a/sc/source/ui/unoobj/PivotTableDataProvider.cxx +++ b/sc/source/ui/unoobj/PivotTableDataProvider.cxx @@ -28,6 +28,7 @@ #include <sfx2/objsh.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/sequence.hxx> +#include <comphelper/processfactory.hxx> #include <com/sun/star/chart2/data/LabeledDataSequence.hpp> #include <com/sun/star/chart/ChartDataRowSource.hpp> diff --git a/sc/source/ui/unoobj/forbiuno.cxx b/sc/source/ui/unoobj/forbiuno.cxx index 01a1e435014f..79b769178133 100644 --- a/sc/source/ui/unoobj/forbiuno.cxx +++ b/sc/source/ui/unoobj/forbiuno.cxx @@ -18,6 +18,7 @@ */ #include <editeng/forbiddencharacterstable.hxx> +#include <comphelper/processfactory.hxx> #include <forbiuno.hxx> #include <docsh.hxx> diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index dea3ad87b8e9..e5514e9d7e9f 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -41,6 +41,7 @@ #include <sfx2/viewfrm.hxx> #include <comphelper/profilezone.hxx> #include <comphelper/servicehelper.hxx> +#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> |