diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:27:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:27:51 +0000 |
commit | e42be9fe50fcc2a1a7d7ca28d2d63107a42d99e1 (patch) | |
tree | 1ae62160840ef816f5bb741b9bb42f5704a657b9 /cppuhelper | |
parent | 13291026cc4931c7a9037a0e54aad87e50062d0b (diff) |
INTEGRATION: CWS unopkg1 (1.33.14); FILE MERGED
2004/03/19 16:09:48 dbo 1.33.14.1: #115884# allow macrofied URLs in unorc
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index 38881e8c8156..0281c6c08755 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: hr $ $Date: 2004-02-03 13:28:20 $ +# last change: $Author: hr $ $Date: 2004-04-13 12:27:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -132,6 +132,7 @@ UNOTYPES= \ com.sun.star.security.XAccessController \ com.sun.star.security.RuntimePermission \ com.sun.star.io.FilePermission \ + com.sun.star.io.IOException \ com.sun.star.connection.SocketPermission \ com.sun.star.util.XMacroExpander |