diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:01:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:01:31 +0000 |
commit | 1344f691c7a92d73ae01084c24d311800e9a7398 (patch) | |
tree | 5b6833c2d5b4cfbfc7c9562a00c34311073652a5 /sj2 | |
parent | 060c3bf2928171b7a830866284c114731acb848e (diff) |
#i76963# buildfix
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/sjapplet_impl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sj2/source/jscpp/sjapplet_impl.hxx b/sj2/source/jscpp/sjapplet_impl.hxx index ba7e31a01ed4..b6d462e8ae4b 100644 --- a/sj2/source/jscpp/sjapplet_impl.hxx +++ b/sj2/source/jscpp/sjapplet_impl.hxx @@ -7,6 +7,8 @@ #ifdef SOLAR_JAVA #include <com/sun/star/java/XJavaVM.hpp> #include <com/sun/star/java/XJavaThreadRegister_11.hpp> +#else +#include <com/sun/star/uno/RuntimeException.hpp> #endif // SOLAR_JAVA #include "rtl/ref.hxx" |