diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:22:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:22:41 +0000 |
commit | e3bf9760b326fc56b4dcfd0538989b732d05c133 (patch) | |
tree | ae762c417fd07d75a19a106f628c05beed55a818 /offapi/com | |
parent | e9a6f6d49b6dca0779c9e125718452d5ae9908b3 (diff) |
INTEGRATION: CWS sb18 (1.5.308); FILE MERGED
2004/05/21 15:07:15 sb 1.5.308.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xml/ExportFilter.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/ImportFilter.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl index fa0434ea9034..a2568d59085e 100644 --- a/offapi/com/sun/star/xml/ExportFilter.idl +++ b/offapi/com/sun/star/xml/ExportFilter.idl @@ -2,9 +2,9 @@ * * $RCSfile: ExportFilter.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:22:43 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:22:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module xml { @since #107627# */ -service ExportFilter +published service ExportFilter { /** The data will be passed in through the <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls. */ diff --git a/offapi/com/sun/star/xml/ImportFilter.idl b/offapi/com/sun/star/xml/ImportFilter.idl index 5b21c858fa72..19b2539a1e6e 100644 --- a/offapi/com/sun/star/xml/ImportFilter.idl +++ b/offapi/com/sun/star/xml/ImportFilter.idl @@ -2,9 +2,9 @@ * * $RCSfile: ImportFilter.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:22:54 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:22:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ module com { module sun { module star { module xml { @since #107627# */ -service ImportFilter +published service ImportFilter { interface com::sun::star::xml::XImportFilter; }; |