diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-02-21 15:37:58 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-02-21 15:37:58 +0000 |
commit | 3ad81c8faf3536fcb0f7125132e8812cea521df7 (patch) | |
tree | 765f21cd5ff54f1079fa320b8f9e923edc4bc977 /udkapi | |
parent | fccdc8df942d702b204378b792d8a9c41480d810 (diff) |
New interfaces XLibraryContainer, XScriptEventsSupplier, XScriptEventsAttacher
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/script/makefile.mk b/udkapi/com/sun/star/script/makefile.mk index 38087d9a2f08..716163a64541 100644 --- a/udkapi/com/sun/star/script/makefile.mk +++ b/udkapi/com/sun/star/script/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: ab $ $Date: 2000-11-13 12:07:11 $ +# last change: $Author: ab $ $Date: 2001-02-21 16:37:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -110,6 +110,9 @@ IDLFILES=\ XStarBasicModuleInfo.idl\ XStarBasicDialogInfo.idl\ XStarBasicLibraryInfo.idl\ + XLibraryContainer.idl\ + XScriptEventsSupplier.idl\ + XScriptEventsAttacher.idl\ # ------------------------------------------------------------------ |