summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/DataImporter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/DataImporter.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/DataImporter.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/configuration/backend/DataImporter.idl b/offapi/com/sun/star/configuration/backend/DataImporter.idl
index 1bad1ea9b456..1f17b903c5e3 100644
--- a/offapi/com/sun/star/configuration/backend/DataImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/DataImporter.idl
@@ -60,13 +60,13 @@ published service DataImporter
<dl>
<dt><code>ImporterService</code> : <atom >string</atom></dt>
<dd>A service or implementation name used to instantiate the
- <type>Importer</type> to use for importing. If this parameter
+ Importer to use for importing. If this parameter
is missing, the implementation selects an appropriate importer.
- By default, a <type>MergeImporter</type> should be used.
+ By default, a MergeImporter should be used.
</dd>
<dt><code>OverwriteExisting</code> : <atom >boolean</atom></dt>
<dd>If <TRUE/>, specifies that no existing data should be
- overwritten by the import. If the <type>Importer</type> used
+ overwritten by the import. If the Importer used
does not support such protection, an error may be raised.
If some data is not imported, because there is existing
data, this is indicated by returning an appropriate exception.
@@ -74,9 +74,9 @@ published service DataImporter
<dt><code>TruncateExisting</code> : <atom >boolean</atom></dt>
<dd>If <TRUE/>, specifies that existing data should be
discarded and replaced by the imported data.
- If the <type>Importer</type> used does not support this
+ If the Importer used does not support this
operation, an error may be raised.
- By default, a <type>CopyImporter</type> is used to perform
+ By default, a CopyImporter is used to perform
truncating import.
</dd>
<dt><code>Entity</code> : <atom >string</atom></dt>