summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 14:12:18 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 14:12:18 +0000
commitc384852d470e7c125a4edf8127a1448286fa174a (patch)
treee8a6fe4396f67a465ed98549d8f28bf2ee9cfae8 /sj2
parent9cb5d8ef3e98d599f0bbf0045ab36345a717fdb0 (diff)
INTEGRATION: CWS gcc340fixes01 (1.20.6); FILE MERGED
2004/07/14 08:34:26 cmc 1.20.6.1: #i31438# namespace qualify Reference
Diffstat (limited to 'sj2')
-rw-r--r--sj2/source/jscpp/sjapplet_impl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/source/jscpp/sjapplet_impl.cxx b/sj2/source/jscpp/sjapplet_impl.cxx
index 513369c7f46b..8a28599f7a19 100644
--- a/sj2/source/jscpp/sjapplet_impl.cxx
+++ b/sj2/source/jscpp/sjapplet_impl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sjapplet_impl.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2004-06-16 09:54:27 $
+ * last change: $Author: kz $ $Date: 2004-07-30 15:12:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,7 @@ static void testJavaException(JNIEnv * pEnv) throw(com::sun::star::uno::Runtime
#else // !SOLAR_JAVA
static void throwException() throw(com::sun::star::uno::RuntimeException)
{
- throw RuntimeException(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Java applets not supported.")), Reference<XInterface>());
+ throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Java applets not supported.")), css::uno::Reference<XInterface>());
}
#endif