diff options
Diffstat (limited to 'include/svtools/javainteractionhandler.hxx')
-rw-r--r-- | include/svtools/javainteractionhandler.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx index 80529d36f424..23249a5dc8e8 100644 --- a/include/svtools/javainteractionhandler.hxx +++ b/include/svtools/javainteractionhandler.hxx @@ -23,8 +23,9 @@ #include <svtools/svtdllapi.h> #include <sal/types.h> -#include <com/sun/star/task/XInteractionRequest.hpp> -#include <svtools/javacontext.hxx> +#include <com/sun/star/task/XInteractionHandler.hpp> + +namespace com :: sun :: star :: task { class XInteractionRequest; } #define JAVA_INTERACTION_HANDLER_NAME "java-vm.interaction-handler" |