summaryrefslogtreecommitdiff
path: root/svtools/source/java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:38:48 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:38:48 +0000
commitbc597308897dc2d79dbd9b49d121a93795b2dc48 (patch)
tree04ba5622ced0697257f46a4dd02bc1f0f5ce7b5d /svtools/source/java
parent0852dbca9ac310b3a3e898a411d7dff04d352ddc (diff)
INTEGRATION: CWS ause083 (1.7.20); FILE MERGED
2007/07/17 22:14:36 mba 1.7.20.1: #i79470#: ambiguous Reference class
Diffstat (limited to 'svtools/source/java')
-rw-r--r--svtools/source/java/javacontext.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svtools/source/java/javacontext.cxx b/svtools/source/java/javacontext.cxx
index 8720c4be292f..b9753892f712 100644
--- a/svtools/source/java/javacontext.cxx
+++ b/svtools/source/java/javacontext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: javacontext.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:47:11 $
+ * last change: $Author: kz $ $Date: 2007-09-05 17:38:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,9 +52,6 @@
#include <svtools/javainteractionhandler.hxx>
#endif
-
-
-using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::task;
namespace svt
@@ -101,7 +98,7 @@ void SAL_CALL JavaContext::release( ) throw ()
delete this;
}
-Any SAL_CALL JavaContext::getValueByName( const OUString& Name) throw (RuntimeException)
+Any SAL_CALL JavaContext::getValueByName( const ::rtl::OUString& Name) throw (RuntimeException)
{
Any retVal;