summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl b/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
index 58edd6c12a26..325aad786685 100644
--- a/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
+++ b/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
@@ -60,11 +60,11 @@ published service LayerUpdateMerger
com::sun::star::beans::NamedValue.
Implementations should support the following named arguments:
<dl>
- <dt><code>Overwrite</code> : <atom>boolean</atom></dt>
+ <dt><code>Overwrite</code> : `boolean`</dt>
<dd>If <FALSE/>, specifies that changes should be applied
only if the existing layer is empty.
</dd>
- <dt><code>Truncate</code> : <atom>boolean</atom></dt>
+ <dt><code>Truncate</code> : `boolean`</dt>
<dd>If <TRUE/> requests that changes should not be merged onto
existing data, but that the changes should be applied
to a layer that is completely empty.