diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 16:30:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 16:30:05 +0000 |
commit | 32ccae8baefc2effd196765cb398d2826828ed0d (patch) | |
tree | d99ce503c39a1aa1827df6b0990fd224973d8601 /package | |
parent | 3426dd702af28f53d2b87ff56119430b7bdbb6e5 (diff) |
INTEGRATION: CWS fwkbugfix02 (1.20.12); FILE MERGED
2004/04/07 12:28:09 mav 1.20.12.2: #115729# the problem is handled by storages
2004/03/17 11:39:25 mav 1.20.12.1: #115957# Extend the cloning functionality
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zippackage/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zippackage/makefile.mk b/package/source/zippackage/makefile.mk index 99a0c7d009ce..5ff10006711c 100644 --- a/package/source/zippackage/makefile.mk +++ b/package/source/zippackage/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: hr $ $Date: 2004-02-03 18:02:12 $ +# last change: $Author: hr $ $Date: 2004-05-10 17:30:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,6 +86,7 @@ SLOFILES= \ $(SLO)$/ZipPackageSink.obj \ $(SLO)$/ZipPackageStream.obj \ $(SLO)$/wrapstreamforshare.obj + # $(SLO)$/InteractionRequest.obj \ # $(SLO)$/InteractionContinuation.obj |