diff options
author | Michael Hönnig <mi@openoffice.org> | 2001-06-11 13:27:44 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2001-06-11 13:27:44 +0000 |
commit | 725ab6fdc3e6f2be1036a71b1dd4087f3090fb3b (patch) | |
tree | 8debf7a6f246aa8e6863f5113ee9e243df42c0ca /udkapi | |
parent | c0a1bf654251ec5463326a871d50bdaea72dc4fc (diff) |
XImplicitID... added
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/container/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/container/makefile.mk b/udkapi/com/sun/star/container/makefile.mk index 09eaa8dcdd2c..11556d5d22f4 100644 --- a/udkapi/com/sun/star/container/makefile.mk +++ b/udkapi/com/sun/star/container/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: cl $ $Date: 2001-05-31 13:37:48 $ +# last change: $Author: mi $ $Date: 2001-06-11 14:27:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,6 +91,9 @@ IDLFILES=\ XEnumerationAccess.idl\ XHierarchicalName.idl\ XHierarchicalNameAccess.idl\ + XImplicitIDAccess.idl\ + XImplicitIDContainer.idl\ + XImplicitIDReplace.idl\ XIndexAccess.idl\ XIndexContainer.idl\ XIndexReplace.idl\ |