summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-10-30 13:23:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-10-30 13:23:52 +0000
commitd84805771815cce54dc72a8729b94873461e34d5 (patch)
treec89950bbe3f76fc1236eaebe58d3cdded1d27130
parent5a3273019ae6a566067723dd15e7c57db95a8e11 (diff)
#100000# some needed UNOTYPES added.
-rw-r--r--package/source/zipapi/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/package/source/zipapi/makefile.mk b/package/source/zipapi/makefile.mk
index d243b0c1bcbd..4357bc089d06 100644
--- a/package/source/zipapi/makefile.mk
+++ b/package/source/zipapi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: mtg $ $Date: 2002-01-29 15:30:48 $
+# last change: $Author: rt $ $Date: 2003-10-30 14:23:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -95,7 +95,11 @@ INCPRE+=$(UNOUCROUT)
UNOTYPES=\
com.sun.star.packages.zip.ZipConstants \
- com.sun.star.packages.zip.ZipException
+ com.sun.star.packages.zip.ZipException \
+ com.sun.star.io.BufferSizeExceededException \
+ com.sun.star.io.XOutputStream \
+ com.sun.star.io.XInputStream \
+ com.sun.star.io.NotConnectedException
# --- Targets ------------------------------------------------------