summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XExporter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XExporter.idl')
-rw-r--r--offapi/com/sun/star/document/XExporter.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XExporter.idl b/offapi/com/sun/star/document/XExporter.idl
index d5f50edfc47d..ca175d787768 100644
--- a/offapi/com/sun/star/document/XExporter.idl
+++ b/offapi/com/sun/star/document/XExporter.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module document {
-/** makes it possible to connect a document with an <type>ExportFilter</type>
+/** makes it possible to connect a document with an ExportFilter
<p>
- An <type>ExportFilter</type> must know the source of his filter operation.
+ An ExportFilter must know the source of his filter operation.
To set this on a filter is part of this interface.
Same mechanism exist for import too.
</p>