diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-05-28 14:14:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-05-28 14:14:33 +0000 |
commit | bf984fd68afba90f5cbdd1d617764b49e03b4d8e (patch) | |
tree | 6839d429a9114e0ed3c57dcfe156b8b8152ecd2e /ucb | |
parent | 9e6352a20a5f3204e3cf191b4d823b455ec8aa2c (diff) |
INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED
2004/05/12 12:33:11 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command.
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/tdoc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/makefile.mk b/ucb/source/ucp/tdoc/makefile.mk index f998adb9b967..e39fdb5111c6 100644 --- a/ucb/source/ucp/tdoc/makefile.mk +++ b/ucb/source/ucp/tdoc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-04-14 13:40:32 $ +# last change: $Author: obo $ $Date: 2004-05-28 15:14:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,8 @@ SLOFILES=\ $(SLO)$/tdoc_resultset.obj \ $(SLO)$/tdoc_fakedrootstorage.obj \ $(SLO)$/tdoc_documentcontentfactory.obj \ - $(SLO)$/tdoc_passwordrequest.obj + $(SLO)$/tdoc_passwordrequest.obj \ + $(SLO)$/tdoc_stgelems.obj LIB1TARGET=$(SLB)$/_$(TARGET).lib LIB1OBJFILES=$(SLOFILES) |