summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/XNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/XNode.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/XNode.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/dom/XNode.idl b/offapi/com/sun/star/xml/dom/XNode.idl
index 388375f704d8..fd6aed9c9c8a 100644
--- a/offapi/com/sun/star/xml/dom/XNode.idl
+++ b/offapi/com/sun/star/xml/dom/XNode.idl
@@ -88,8 +88,8 @@ interface XNode : com::sun::star::uno::XInterface
constructor for nodes.
<p></p>
@param deep
- <true/>: clone node together with any children<br>
- <false/>: clone without children
+ `TRUE`: clone node together with any children<br>
+ `FALSE`: clone without children
@returns
the cloned node
*/