diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-01-11 09:06:02 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-01-11 09:06:02 +0000 |
commit | 6c2d3c98609e7ffa944b3f5289ffadc47d2637a9 (patch) | |
tree | aab53b5a9cd7fc72a3ae260ab830a092c8e6627a /cppuhelper/source/makefile.mk | |
parent | 875da5e1130830a8602be2ca85bfa739f459ff4d (diff) |
#88919# ac implementation and bootstrapping
Diffstat (limited to 'cppuhelper/source/makefile.mk')
-rw-r--r-- | cppuhelper/source/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index 0c1b4cf117bd..ef61dd2a2d6e 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: dbo $ $Date: 2001-12-14 13:19:51 $ +# last change: $Author: dbo $ $Date: 2002-01-11 10:06:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -121,7 +121,10 @@ UNOTYPES= \ com.sun.star.registry.XRegistryKey \ com.sun.star.loader.XImplementationLoader \ com.sun.star.lang.XTypeProvider \ - com.sun.star.lang.XComponent + com.sun.star.lang.XComponent \ + com.sun.star.security.RuntimePermission \ + com.sun.star.io.FilePermission \ + com.sun.star.connection.SocketPermission .IF "$(debug)" != "" # msvc++: no inlining for debugging |