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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/script/browse/XBrowseNode.idl b/offapi/com/sun/star/script/browse/XBrowseNode.idl
index 72a34cad53a2..ab80cb0f9c3e 100644
--- a/offapi/com/sun/star/script/browse/XBrowseNode.idl
+++ b/offapi/com/sun/star/script/browse/XBrowseNode.idl
@@ -32,7 +32,6 @@
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module script { module browse {
-//==============================================================================
/**
This interface represents a node in the hierarchy used to browse
available scripts.
@@ -43,7 +42,6 @@ module com { module sun { module star { module script { module browse {
*/
interface XBrowseNode : ::com::sun::star::uno::XInterface
{
- //-----------------------------------------------------------------------
/**
Get the name of the node
@@ -52,7 +50,6 @@ interface XBrowseNode : ::com::sun::star::uno::XInterface
*/
string getName();
- //----------------------------------------------------------------------
/**
Get the children of this node
@@ -61,7 +58,6 @@ interface XBrowseNode : ::com::sun::star::uno::XInterface
*/
sequence < XBrowseNode > getChildNodes();
- //----------------------------------------------------------------------
/**
Indicates if this node contains any children
@@ -70,7 +66,6 @@ interface XBrowseNode : ::com::sun::star::uno::XInterface
*/
boolean hasChildNodes();
- //-------------------------------------------------------------------
/** the type of the node.
@returns A <atom>short</atom> representing the type of this node.
*/