summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-25 10:06:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-25 10:06:13 +0000
commit9fd576f0952a6d6cbf0e085a32b09fcb089ac2ee (patch)
tree2c43d0d8ea9e3652e89e326cd5a9fb457e4cf6f4
parentc566e916ab8cd637abff06ef542bce668d51f424 (diff)
INTEGRATION: CWS dba08 (1.14.18); FILE MERGED
2003/06/17 06:10:59 oj 1.14.18.1: #110233# assign java vm to variable
-rw-r--r--connectivity/source/drivers/jdbc/Object.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/Object.cxx b/connectivity/source/drivers/jdbc/Object.cxx
index ceb1a3ca0d..10c357a484 100644
--- a/connectivity/source/drivers/jdbc/Object.cxx
+++ b/connectivity/source/drivers/jdbc/Object.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Object.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2003-04-24 13:21:08 $
+ * last change: $Author: vg $ $Date: 2003-06-25 11:06:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,7 +164,7 @@ using namespace ::com::sun::star::lang;
{
::rtl::Reference< jvmaccess::VirtualMachine > xVM = getJavaVM();
if ( !xVM.is() && _rxFactory.is() )
- getJavaVM(InitJava(_rxFactory));
+ xVM = getJavaVM(InitJava(_rxFactory));
return xVM;
}