summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-25 13:56:00 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-25 13:56:00 +0000
commitafec74c6876e8098d033176bae2fcd7ebb1abb53 (patch)
tree29079419ceb72a711f3bef0108515eae5ba37d6a /sj2
parent906ad9c2aca1cbd9684b53fa2e91c68e8998de9c (diff)
INTEGRATION: CWS jl3 (1.9.32); FILE MERGED
2004/02/10 16:48:12 jl 1.9.32.3: #111907# removed conflicts after merge 2004/02/09 13:42:22 jl 1.9.32.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/20 16:40:03 jl 1.9.32.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty
Diffstat (limited to 'sj2')
-rw-r--r--sj2/source/jscpp/sjapplet.cxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx
index 879d356533c9..62a128bd70f1 100644
--- a/sj2/source/jscpp/sjapplet.cxx
+++ b/sj2/source/jscpp/sjapplet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sjapplet.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 20:36:51 $
+ * last change: $Author: kz $ $Date: 2004-03-25 14:56:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,10 +60,6 @@
************************************************************************/
#include <cstdarg>
-#ifdef SOLAR_JAVA
-#include <jnihelp.hxx>
-#endif // SOLAR_JAVA
-
#include <sjapplet.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -81,16 +77,15 @@
using namespace ::rtl;
using namespace ::utl;
-#ifdef SOLAR_JAVA
-using namespace ::sj2;
-#endif // SOLAR_JAVA
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
+
#ifdef SOLAR_JAVA
using namespace ::com::sun::star::java;
#endif // SOLAR_JAVA
+
SjApplet2::SjApplet2()
: _pImpl(new SjApplet2_Impl())
{