diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-11-08 07:28:27 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-11-08 07:28:27 +0000 |
commit | 792ed7277b8316eb7a092c6c7a31197b2dd15b9f (patch) | |
tree | 6de0eab8e8faa2f543ed7aa54f97a55b4ce491c4 /stoc | |
parent | e05a626fb2919c2a1d00bd99ebcf2b75e232de78 (diff) |
#94460# removed unnecessary includes
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index 08f287a44..a5ee71dfc 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javavm.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: jl $ $Date: 2001-11-06 09:28:08 $ + * last change: $Author: jl $ $Date: 2001-11-08 08:28:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,11 +99,9 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/registry/InvalidRegistryException.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XContainerListener.hpp> #include <com/sun/star/container/XContainer.hpp> -#include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <bridges/java/jvmcontext.hxx> #include "jvmargs.hxx" |