summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf/XNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rdf/XNode.idl')
-rw-r--r--offapi/com/sun/star/rdf/XNode.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rdf/XNode.idl b/offapi/com/sun/star/rdf/XNode.idl
index 7085cde76a1b..c3fda879dbe9 100644
--- a/offapi/com/sun/star/rdf/XNode.idl
+++ b/offapi/com/sun/star/rdf/XNode.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module rdf {
-//=============================================================================
/** represents a node that may occur in a RDF graph.
<p>
@@ -71,7 +69,6 @@ interface XNode
[readonly, attribute] string StringValue;
};
-//=============================================================================
}; }; }; };