diff options
Diffstat (limited to 'cui/source/customize')
-rw-r--r-- | cui/source/customize/SvxConfigPageHelper.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/cfg.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/customize/SvxConfigPageHelper.cxx b/cui/source/customize/SvxConfigPageHelper.cxx index 74f8a9b5d0cd..d6b6ece8fc5d 100644 --- a/cui/source/customize/SvxConfigPageHelper.cxx +++ b/cui/source/customize/SvxConfigPageHelper.cxx @@ -20,6 +20,7 @@ #include <SvxConfigPageHelper.hxx> #include <comphelper/random.hxx> +#include <comphelper/processfactory.hxx> static sal_Int16 theImageType = css::ui::ImageType::COLOR_NORMAL | diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index fda67a3b8c29..3bc53dd7522b 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -98,6 +98,7 @@ #include <com/sun/star/util/thePathSettings.hpp> #include <comphelper/documentinfo.hxx> #include <comphelper/propertysequence.hxx> +#include <comphelper/processfactory.hxx> #include <dlgname.hxx> |