summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/browse/XBrowseNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/browse/XBrowseNode.idl')
-rw-r--r--offapi/com/sun/star/script/browse/XBrowseNode.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/script/browse/XBrowseNode.idl b/offapi/com/sun/star/script/browse/XBrowseNode.idl
index 9d3d87e1adbf..64467b920783 100644
--- a/offapi/com/sun/star/script/browse/XBrowseNode.idl
+++ b/offapi/com/sun/star/script/browse/XBrowseNode.idl
@@ -37,7 +37,7 @@ interface XBrowseNode : ::com::sun::star::uno::XInterface
Get the name of the node
@return
- The <atom>string</atom> name of this node
+ The `string` name of this node
*/
string getName();
@@ -53,12 +53,12 @@ interface XBrowseNode : ::com::sun::star::uno::XInterface
Indicates if this node contains any children
@returns
- <atom> boolean </atom> true if there are child nodes.
+ ` boolean ` true if there are child nodes.
*/
boolean hasChildNodes();
/** the type of the node.
- @returns A <atom>short</atom> representing the type of this node.
+ @returns A `short` representing the type of this node.
*/
short getType();