diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-13 10:18:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-13 10:18:07 +0000 |
commit | e195285c4598a503dde54ff29ee03e84cb49175a (patch) | |
tree | 1fbbc84b4b65c0b28892c26ec89fb4d0d4dade49 /offapi/com/sun/star/embed/makefile.mk | |
parent | 3913dda2986e4dd6cb3d3f6cf6fa276bdb81ce25 (diff) |
INTEGRATION: CWS opofxmlstorage (1.13.46); FILE MERGED
2006/05/11 15:52:23 mav 1.13.46.2: #i65306# hierarchical access to storages
2006/04/21 11:27:00 mav 1.13.46.1: #i64612# XRelationshipAccess
Diffstat (limited to 'offapi/com/sun/star/embed/makefile.mk')
-rw-r--r-- | offapi/com/sun/star/embed/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/embed/makefile.mk b/offapi/com/sun/star/embed/makefile.mk index 4f849ec09661..7142431db3f7 100644 --- a/offapi/com/sun/star/embed/makefile.mk +++ b/offapi/com/sun/star/embed/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2006-02-09 13:45:02 $ +# last change: $Author: obo $ $Date: 2006-10-13 11:18:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -90,12 +90,15 @@ IDLFILES=\ XTransactedObject.idl\ XTransactionBroadcaster.idl\ XTransactionListener.idl\ + XRelationshipAccess.idl\ XStateChangeBroadcaster.idl\ XStateChangeListener.idl\ XTransferableSupplier.idl\ XComponentSupplier.idl\ XStorage.idl\ XStorageRawAccess.idl\ + XExtendedStorageStream.idl\ + XHierarchicalStorageAccess.idl\ XHatchWindowController.idl\ XHatchWindowFactory.idl\ XHatchWindow.idl\ |