diff options
Diffstat (limited to 'include/vbahelper')
-rw-r--r-- | include/vbahelper/vbaaccesshelper.hxx | 2 | ||||
-rw-r--r-- | include/vbahelper/vbaeventshelperbase.hxx | 3 | ||||
-rw-r--r-- | include/vbahelper/vbahelper.hxx | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/include/vbahelper/vbaaccesshelper.hxx b/include/vbahelper/vbaaccesshelper.hxx index 78728f5c07a3..3dd3be21f6fa 100644 --- a/include/vbahelper/vbaaccesshelper.hxx +++ b/include/vbahelper/vbaaccesshelper.hxx @@ -25,13 +25,11 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <osl/diagnose.h> //#define VBAHELPER_DLLIMPLEMENTATION -#include <vbahelper/vbadllapi.h> #include <rtl/ustring.hxx> #include <sal/types.h> #include <sfx2/objsh.hxx> diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx index 777815ce20a1..0b4c9ba681df 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -21,7 +21,6 @@ #define INCLUDED_VBAHELPER_VBAEVENTSHELPERBASE_HXX #include <deque> -#include <exception> #include <map> #include <unordered_map> @@ -32,9 +31,7 @@ #include <com/sun/star/script/vba/XVBAEventProcessor.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/util/VetoException.hpp> #include <com/sun/star/util/XChangesListener.hpp> #include <cppuhelper/implbase.hxx> #include <rtl/ustring.hxx> diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index 83d627b54351..379e0f61dc93 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -22,10 +22,8 @@ #include <memory> #include <com/sun/star/lang/IllegalArgumentException.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> #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> |