diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 09:15:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 09:15:08 +0000 |
commit | 79a44167c36046bee371bb8a10f395f1f923453b (patch) | |
tree | d02e357b5d20f4c7ea2d22fd11a415b64b584bff /udkapi | |
parent | bf4ccec2d2d7d98d56b77987a081a108c6aee45c (diff) |
INTEGRATION: CWS npower1 (1.10.16); FILE MERGED
2006/04/24 15:14:03 npower 1.10.16.4: RESYNC: (1.10-1.11); FILE MERGED
2006/04/14 13:31:13 npower 1.10.16.3: #i64396 default method handling, adding new idl interface
2006/04/13 13:32:30 npower 1.10.16.2: #i64317 erroneously added XDefaultMethod.idl to makefile, removeing
2006/04/12 11:18:50 npower 1.10.16.1: #i64317# add new type
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/script/makefile.mk b/udkapi/com/sun/star/script/makefile.mk index 17875a92f1e2..1676737031ea 100644 --- a/udkapi/com/sun/star/script/makefile.mk +++ b/udkapi/com/sun/star/script/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2006-04-07 08:41:49 $ +# last change: $Author: rt $ $Date: 2006-05-05 10:15:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,7 @@ IDLFILES=\ JavaScript.idl\ ScriptEvent.idl\ ScriptEventDescriptor.idl\ + ArrayWrapper.idl\ XAllListener.idl\ XAllListenerAdapterService.idl\ XDebugging.idl\ @@ -86,6 +87,7 @@ IDLFILES=\ XStarBasicLibraryInfo.idl\ XScriptEventsSupplier.idl\ XScriptEventsAttacher.idl\ + XDefaultMethod.idl\ # ------------------------------------------------------------------ |