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
commit4236c393bd056b5533475795cc042ebb5862f2fc (patch)
treeec43e4912acf8fd3fdcb8b0ba02129fb57816936 /sj2
parentbc7947a534cd7679f2344ac9b7b677c393ced027 (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 d9292f27a2..af594d0fdf 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