diff options
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index 79beb577e99a..a8707c287e14 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -17,13 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <osl/diagnose.h> +#include <com/sun/star/lang/ServiceNotRegisteredException.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/beans/IntrospectionException.hpp> #include <com/sun/star/beans/theIntrospection.hpp> #include <com/sun/star/beans/MethodConcept.hpp> +#include <com/sun/star/script/CannotConvertException.hpp> +#include <com/sun/star/script/CannotCreateAdapterException.hpp> #include <com/sun/star/script/XEventAttacher2.hpp> #include <com/sun/star/script/Converter.hpp> #include <com/sun/star/script/XAllListener.hpp> |