diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:38:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:38:15 +0000 |
commit | 49a29d3f8d52edcabf19dac9dbb1b9e4bf2885f1 (patch) | |
tree | adc54f5bded37d638419ceaf121e8c12f12c2a12 /comphelper | |
parent | 244d216efc060566a67970c6d5931e4275e29a2c (diff) |
INTEGRATION: CWS fwk77 (1.9.56); FILE MERGED
2007/10/18 12:48:29 mav 1.9.56.1: #i81435# introduce SeekableOutputStream implementation; use new registration
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/streaming/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/streaming/makefile.mk b/comphelper/source/streaming/makefile.mk index 3e761df15870..008a71e0e2ca 100644 --- a/comphelper/source/streaming/makefile.mk +++ b/comphelper/source/streaming/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2007-06-26 16:11:07 $ +# last change: $Author: obo $ $Date: 2008-01-04 16:38:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ SLOFILES= $(SLO)$/basicio.obj \ $(SLO)$/oslfile2streamwrap.obj \ $(SLO)$/seqstream.obj \ $(SLO)$/seqinputstreamserv.obj \ + $(SLO)$/seqoutputstreamserv.obj \ $(SLO)$/streamsection.obj \ $(SLO)$/seekableinput.obj \ $(SLO)$/otransactedfilestream.obj \ |