diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:17:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:17:37 +0000 |
commit | 9824cb6f39d896d21834e4e268d0f4cdf7653377 (patch) | |
tree | 03bff2387f8ba19ba4dabf82b20aecde68785051 /stoc/source | |
parent | b772aba98782b47f9c2048a16464f96dccf1849a (diff) |
INTEGRATION: CWS unotlc (1.4.18); FILE MERGED
2004/07/14 13:11:58 dbo 1.4.18.1: unused variable
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/javavm/javavm.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stoc/source/javavm/javavm.hxx b/stoc/source/javavm/javavm.hxx index e5e12af95f15..011c10c35b99 100644 --- a/stoc/source/javavm/javavm.hxx +++ b/stoc/source/javavm/javavm.hxx @@ -2,9 +2,9 @@ * * $RCSfile: javavm.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-06-01 09:03:47 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:17:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,6 @@ #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/uno/Reference.hxx" #include "cppuhelper/compbase5.hxx" -#include "osl/module.hxx" #include "osl/thread.hxx" #include "rtl/ref.hxx" @@ -195,7 +194,6 @@ private: m_xInetConfiguration; com::sun::star::uno::Reference< com::sun::star::container::XContainer > m_xJavaConfiguration; // for Java settings - osl::Module m_aJavaLib; osl::ThreadData m_aAttachGuards; }; |