From 9824cb6f39d896d21834e4e268d0f4cdf7653377 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:17:37 +0000 Subject: INTEGRATION: CWS unotlc (1.4.18); FILE MERGED 2004/07/14 13:11:58 dbo 1.4.18.1: unused variable --- stoc/source/javavm/javavm.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'stoc/source') 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; }; -- cgit