diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:45:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:45:02 +0000 |
commit | 3d37a22eada7aa99fd10d2adb9ef72c5207b6ea0 (patch) | |
tree | 609c9ebf6885017d86119f4fcc710a5d0850cfdd /offapi | |
parent | e883ecd702791867d9a4cb62832aa30f09dcff1d (diff) |
INTEGRATION: CWS fwk32 (1.12.50); FILE MERGED
2006/01/30 11:18:09 mav 1.12.50.1: #120410#,#i59437# allow to lock a document from closing without exceptions support, allow to close document frame correctly
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/embed/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/embed/makefile.mk b/offapi/com/sun/star/embed/makefile.mk index 33f7336fc4a8..4f849ec09661 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.12 $ +# $Revision: 1.13 $ # -# last change: $Author: rt $ $Date: 2005-10-19 12:04:49 $ +# last change: $Author: rt $ $Date: 2006-02-09 13:45:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,7 @@ PACKAGE=com$/sun$/star$/embed # ------------------------------------------------------------------------ IDLFILES=\ + Actions.idl\ Aspects.idl\ BaseStorage.idl\ ElementModes.idl\ @@ -56,15 +57,18 @@ IDLFILES=\ EmbedUpdateModes.idl\ EmbeddedObjectDescriptor.idl\ EntryInitModes.idl\ + DocumentCloser.idl\ FileSystemStorage.idl\ FileSystemStorageFactory.idl\ InsertedObjectInfo.idl\ + InstanceLocker.idl\ Storage.idl\ StorageStream.idl\ StorageFactory.idl\ VerbAttributes.idl\ VisualRepresentation.idl\ VerbDescriptor.idl\ + XActionsApproval.idl\ XPersistanceHolder.idl\ XEmbeddedObject.idl\ XVisualObject.idl\ |