diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-15 14:49:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-15 14:49:38 +0000 |
commit | 2d14eb7cec1d8adebf0b0cc17b4441db2ed2a163 (patch) | |
tree | 6c69343cd1a83cf6da9ef24b3df52ddce03f2974 | |
parent | f895ffd24db6ca5d25ee07fde50e8607532ffa3c (diff) |
INTEGRATION: CWS basmgr02 (1.5.32); FILE MERGED
2007/01/15 08:16:31 fs 1.5.32.2: renamed container services from Foo to DocumentFoo
2007/01/10 14:42:06 fs 1.5.32.1: #i73329# various new types
-rw-r--r-- | offapi/com/sun/star/script/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/makefile.mk b/offapi/com/sun/star/script/makefile.mk index 7f07146bbe15..65175344d5ea 100644 --- a/offapi/com/sun/star/script/makefile.mk +++ b/offapi/com/sun/star/script/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:12:19 $ +# last change: $Author: obo $ $Date: 2007-03-15 15:49:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,10 +46,14 @@ PACKAGE=com$/sun$/star$/script # ------------------------------------------------------------------------ IDLFILES=\ + DocumentDialogLibraryContainer.idl\ + DocumentScriptLibraryContainer.idl\ XLibraryContainer.idl\ XLibraryContainer2.idl\ XLibraryContainerPassword.idl\ XLibraryContainerExport.idl\ + XPersistentLibraryContainer.idl\ + XStorageBasedLibraryContainer.idl\ ModuleSizeExceededRequest.idl\ # ------------------------------------------------------------------ |