summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
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.