summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-03-28 11:39:32 +0000
committerAndreas Bille <abi@openoffice.org>2002-03-28 11:39:32 +0000
commit94df63de39bdde694c7bd7bb5b40fbc816b38e28 (patch)
treedd3e6141bbe6c7adec109808b5e3eaeaec678e25 /xmlhelp
parent1d958817acfd51dddeefa151ab5103b85a590281 (diff)
#98119# Work aroudn for utl-bug
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk
index 2018489a7820..6a9b01e069b8 100644
--- a/xmlhelp/source/cxxhelp/provider/makefile.mk
+++ b/xmlhelp/source/cxxhelp/provider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: abi $ $Date: 2001-11-23 13:54:35 $
+# last change: $Author: abi $ $Date: 2002-03-28 12:39:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -98,7 +98,8 @@ SLOFILES=\
$(SLO)$/urlparameter.obj \
$(SLO)$/inputstream.obj \
$(SLO)$/debughelper.obj \
- $(SLO)$/databases.obj
+ $(SLO)$/databases.obj \
+ $(SLO)$/bufferedinputstream.obj
# --- Targets ----------------------------------------------------------