diff options
author | Kay Ramme <kr@openoffice.org> | 2001-02-06 11:28:22 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-02-06 11:28:22 +0000 |
commit | db554db0333389de03ae33afe358241c870ed91b (patch) | |
tree | dd9618b6ca33523cf4fee5ef22580774ced74b98 /sandbox | |
parent | 51ea9f72a3fdbc66d3afba830a01d0fc1db8e8e6 (diff) |
#83116# removed IInvokeHook
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/makefile.mk b/sandbox/com/sun/star/lib/sandbox/makefile.mk index b7891a4c88c7..6b0f8beb9263 100644 --- a/sandbox/com/sun/star/lib/sandbox/makefile.mk +++ b/sandbox/com/sun/star/lib/sandbox/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kr $ $Date: 2000-12-22 09:56:46 $ +# last change: $Author: kr $ $Date: 2001-02-06 12:28:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,7 +87,6 @@ JAVAFILES= \ ExecutionContext.java \ FilePermission.java \ Holder.java \ - IInvokeHook.java \ ImageProducerProxy.java \ JarEntry.java \ JarInputStream.java \ |