summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2002-01-29 14:30:48 +0000
committerMartin Gallwey <mtg@openoffice.org>2002-01-29 14:30:48 +0000
commit562feddce13979256861b98a8b0c38c044f16855 (patch)
treeef7d4ffffd55689a5d782edf4d5f1c667f941e05 /package/source
parentb2263f2346e45ba86d8722e7acf9f6273a555ebb (diff)
#95155# use unbuffered stream access
Diffstat (limited to 'package/source')
-rw-r--r--package/source/zipapi/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/source/zipapi/makefile.mk b/package/source/zipapi/makefile.mk
index 02198840e461..d243b0c1bcbd 100644
--- a/package/source/zipapi/makefile.mk
+++ b/package/source/zipapi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2001-11-29 13:44:48 $
+# last change: $Author: mtg $ $Date: 2002-01-29 15:30:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,8 +85,7 @@ SLOFILES= \
$(SLO)$/ZipEnumeration.obj \
$(SLO)$/ZipFile.obj \
$(SLO)$/ZipOutputStream.obj \
- $(SLO)$/XMemoryStream.obj \
- $(SLO)$/XFileStream.obj
+ $(SLO)$/XUnbufferedStream.obj
# --- UNO stuff ---------------------------------------------------