diff options
author | Björn Milcke <bm@openoffice.org> | 2002-11-19 09:40:27 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2002-11-19 09:40:27 +0000 |
commit | 79aec0acace7057cbf481044b8630cd806e2c101 (patch) | |
tree | 51e6a81e7ebfe8ca43e78eb4b90254f8a2b241c1 | |
parent | 10fa9f2e561ee10e64a2cb6fb3bb687312b62a19 (diff) |
#105190# +UserDefinedAttributeSupplier,
also +NamespaceContainer,
+ImportFilter,
+ExportFilter (were obviously missing)
-rw-r--r-- | offapi/com/sun/star/xml/makefile.mk | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/xml/makefile.mk b/offapi/com/sun/star/xml/makefile.mk index 366bfcc888c7..fab60118a009 100644 --- a/offapi/com/sun/star/xml/makefile.mk +++ b/offapi/com/sun/star/xml/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: bm $ $Date: 2002-10-15 12:04:51 $ +# last change: $Author: bm $ $Date: 2002-11-19 10:40:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,12 +73,16 @@ PACKAGE=com$/sun$/star$/xml # ------------------------------------------------------------------------ IDLFILES=\ + AttributeContainer.idl \ AttributeData.idl \ - XMLImportFilter.idl \ - XMLExportFilter.idl \ + ExportFilter.idl \ + ImportFilter.idl \ + NamespaceContainer.idl \ + UserDefinedAttributeSupplier.idl \ XExportFilter.idl \ XImportFilter.idl \ - AttributeContainer.idl + XMLExportFilter.idl \ + XMLImportFilter.idl # ------------------------------------------------------------------ |