summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rdf/XLiteral.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rdf/XLiteral.idl')
-rw-r--r--offapi/com/sun/star/rdf/XLiteral.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rdf/XLiteral.idl b/offapi/com/sun/star/rdf/XLiteral.idl
index 8355569afa69..e76ebc6f5f23 100644
--- a/offapi/com/sun/star/rdf/XLiteral.idl
+++ b/offapi/com/sun/star/rdf/XLiteral.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/rdf/XURI.idl>
-//=============================================================================
module com { module sun { module star { module rdf {
-//=============================================================================
/** represents a literal that may occur in a RDF graph.
<p>
@@ -55,7 +53,6 @@ interface XLiteral : XNode
//FIXME: TODO: have not looked at handling all kinds of types, maybe just have an any attr here...
};
-//=============================================================================
}; }; }; };