summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-23 10:34:12 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-23 10:34:12 +0100
commit0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5 (patch)
tree0822d5bc6ce58e9bf40f8baece7b2e9e90234e99 /offapi/com/sun/star/rdf
parent3e396922c2926165d680e8051c3d9247ea4aaf78 (diff)
#i117329# - Publishing of UNO types, last wave (for now).
Diffstat (limited to 'offapi/com/sun/star/rdf')
-rw-r--r--offapi/com/sun/star/rdf/XMetadatable.idl2
-rw-r--r--offapi/com/sun/star/rdf/XNode.idl2
-rw-r--r--offapi/com/sun/star/rdf/XResource.idl2
-rw-r--r--offapi/com/sun/star/rdf/XURI.idl2
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rdf/XMetadatable.idl b/offapi/com/sun/star/rdf/XMetadatable.idl
index e7f01d9c05ba..256d74e48549 100644
--- a/offapi/com/sun/star/rdf/XMetadatable.idl
+++ b/offapi/com/sun/star/rdf/XMetadatable.idl
@@ -67,7 +67,7 @@ module com { module sun { module star { module rdf {
@see XRepository
@see XDocumentMetadataAccess
*/
-interface XMetadatable : XURI
+published interface XMetadatable : XURI
{
//-------------------------------------------------------------------------
/** a metadata reference, comprising the stream name and the XML ID.
diff --git a/offapi/com/sun/star/rdf/XNode.idl b/offapi/com/sun/star/rdf/XNode.idl
index 0c7f70d5e4f7..9ed8e614fd03 100644
--- a/offapi/com/sun/star/rdf/XNode.idl
+++ b/offapi/com/sun/star/rdf/XNode.idl
@@ -66,7 +66,7 @@ module com { module sun { module star { module rdf {
@see XURI
@see XLiteral
*/
-interface XNode
+published interface XNode
{
/// the string value of the node.
[readonly, attribute] string StringValue;
diff --git a/offapi/com/sun/star/rdf/XResource.idl b/offapi/com/sun/star/rdf/XResource.idl
index 3c10b586fd78..b0ce3c505de8 100644
--- a/offapi/com/sun/star/rdf/XResource.idl
+++ b/offapi/com/sun/star/rdf/XResource.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module rdf {
@see XBlankNode
@see XURI
*/
-interface XResource : XNode
+published interface XResource : XNode
{
};
diff --git a/offapi/com/sun/star/rdf/XURI.idl b/offapi/com/sun/star/rdf/XURI.idl
index 6ba59cec0dd6..d869d4e80c54 100644
--- a/offapi/com/sun/star/rdf/XURI.idl
+++ b/offapi/com/sun/star/rdf/XURI.idl
@@ -62,7 +62,7 @@ module com { module sun { module star { module rdf {
@see XRepository
*/
-interface XURI : XResource
+published interface XURI : XResource
{
/// prefix
[readonly, attribute] string Namespace;