diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:58:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:58:16 +0000 |
commit | 6ae35187b2752222ae56efb627b0b73da0e18d52 (patch) | |
tree | 9ff1b2fd2ce8aec3bdddca8c51abed715af5fc2d /offapi | |
parent | fe1231802c07702471fc0cc824da6f833a52b44c (diff) |
INTEGRATION: CWS unopkg1 (1.41.116); FILE MERGED
2004/03/15 15:53:43 kso 1.41.116.5: #112920# - Moved TransientDocumentsDocumentContentFactory to module css.frame
2004/03/15 14:11:05 kso 1.41.116.4: #112920# moved XTransientDocumentsDocumentContentFactory to module css.frame.
2004/01/26 14:23:41 kso 1.41.116.3: #112920# - Added [X]TransientDocumentsDocumentContentfactory.idl
2004/01/20 14:29:20 kso 1.41.116.2: Added TransientDocuments*.idl (all are just service descriptions)
2003/11/04 16:05:03 dbo 1.41.116.1: #i20304# vnd.sun.star.expand UCP
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/makefile.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/makefile.mk b/offapi/com/sun/star/ucb/makefile.mk index 540fb7b11ed0..e6d1416df646 100644 --- a/offapi/com/sun/star/ucb/makefile.mk +++ b/offapi/com/sun/star/ucb/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.41 $ +# $Revision: 1.42 $ # -# last change: $Author: vg $ $Date: 2003-05-27 10:29:04 $ +# last change: $Author: hr $ $Date: 2004-04-13 11:58:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -117,6 +117,7 @@ IDLFILES=\ DuplicateProviderException.idl\ DynamicResultSet.idl\ Error.idl\ + ExpandContentProvider.idl\ ExportStreamInfo.idl\ FetchError.idl\ FetchResult.idl\ @@ -217,6 +218,11 @@ IDLFILES=\ TransferCommandOperation.idl\ TransferInfo.idl\ TransferResult.idl\ + TransientDocumentsContentProvider.idl \ + TransientDocumentsRootContent.idl \ + TransientDocumentsDocumentContent.idl \ + TransientDocumentsFolderContent.idl \ + TransientDocumentsStreamContent.idl \ UniversalContentBroker.idl\ UnsupportedCommandException.idl\ UnsupportedDataSinkException.idl\ @@ -282,7 +288,7 @@ IDLFILES=\ XSimpleFileAccess2.idl\ XSimpleFileAccess3.idl\ XSortedDynamicResultSetFactory.idl\ - XSourceInitialization.idl + XSourceInitialization.idl # ------------------------------------------------------------------ |