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 | a070f92e94fb1ecafa20977447c80f8afa1bea67 (patch) | |
tree | 18acae24280abdbae7ef8ade6527d66f27cade1f /stoc | |
parent | 62300c93ea690d4a625a6de43fdd4a2aa88335d1 (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 62038c45c604..739923d05d77 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" |