diff options
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/basides3.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx index b55e273fdca8..6788cdb31b0f 100644 --- a/basctl/source/basicide/basides3.cxx +++ b/basctl/source/basicide/basides3.cxx @@ -26,6 +26,8 @@ #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> #include <tools/diagnose_ex.h> +#include <comphelper/processfactory.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> namespace basctl { diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index 32f6d8adf1bc..764c0507ae66 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -57,6 +57,7 @@ #include <com/sun/star/util/VetoException.hpp> #include <com/sun/star/script/ModuleSizeExceededRequest.hpp> +#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <cppuhelper/implbase.hxx> diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index 0baf1cb251fd..273199fbfcbc 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -39,6 +39,7 @@ #include <tools/diagnose_ex.h> #include <xmlscript/xmldlg_imexp.hxx> #include <vcl/treelistentry.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> namespace basctl { diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index f57e62318f75..bee654fae060 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -39,6 +39,7 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/NumberFormatsSupplier.hpp> #include <comphelper/types.hxx> +#include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> #include <svl/itempool.hxx> #include <svx/sdrpaintwindow.hxx> diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 74566308ca78..357f05255ee0 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/inspection/XObjectInspector.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <comphelper/types.hxx> +#include <comphelper/processfactory.hxx> #include <cppuhelper/component_context.hxx> #include <svx/svditer.hxx> #include <svx/svdview.hxx> |