diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/basic/basmgr.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/objsh.hxx | 1 | ||||
-rw-r--r-- | include/svx/fmtools.hxx | 1 | ||||
-rw-r--r-- | include/vbahelper/vbaapplicationbase.hxx | 1 | ||||
-rw-r--r-- | include/vbahelper/vbacollectionimpl.hxx | 1 | ||||
-rw-r--r-- | include/vbahelper/vbahelperinterface.hxx | 1 | ||||
-rw-r--r-- | include/vbahelper/vbashapes.hxx | 1 |
7 files changed, 1 insertions, 7 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx index db074cb54d86..97ebcdddc056 100644 --- a/include/basic/basmgr.hxx +++ b/include/basic/basmgr.hxx @@ -22,7 +22,7 @@ #include <vcl/errinf.hxx> #include <svl/SfxBroadcaster.hxx> #include <basic/sbstar.hxx> -#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp> +#include <com/sun/star/script/XPersistentLibraryContainer.hpp> #include <com/sun/star/script/XStarBasicAccess.hpp> #include <basic/basicdllapi.h> #include <memory> diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 14abb9ba76b3..f3c916c28b1e 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/script/XLibraryContainer.hpp> -#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/security/DocumentSignatureInformation.hpp> diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx index 2a330a2cc6e4..754408ba94f7 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.hxx @@ -44,7 +44,6 @@ #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/script/ScriptEventDescriptor.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/container/XIndexAccess.hpp> diff --git a/include/vbahelper/vbaapplicationbase.hxx b/include/vbahelper/vbaapplicationbase.hxx index f322098e35de..55ea2a32781c 100644 --- a/include/vbahelper/vbaapplicationbase.hxx +++ b/include/vbahelper/vbaapplicationbase.hxx @@ -22,7 +22,6 @@ #include <exception> #include <memory> -#include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx index 33727621a9ee..163f4a1078e7 100644 --- a/include/vbahelper/vbacollectionimpl.hxx +++ b/include/vbahelper/vbacollectionimpl.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/WrappedTargetException.hpp> -#include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> diff --git a/include/vbahelper/vbahelperinterface.hxx b/include/vbahelper/vbahelperinterface.hxx index 458cbb9e13a8..eee4523d6989 100644 --- a/include/vbahelper/vbahelperinterface.hxx +++ b/include/vbahelper/vbahelperinterface.hxx @@ -20,7 +20,6 @@ #define INCLUDED_VBAHELPER_VBAHELPERINTERFACE_HXX #include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> diff --git a/include/vbahelper/vbashapes.hxx b/include/vbahelper/vbashapes.hxx index c70876891a18..e933cc57da59 100644 --- a/include/vbahelper/vbashapes.hxx +++ b/include/vbahelper/vbashapes.hxx @@ -22,7 +22,6 @@ #include <exception> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> -#include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> |