summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rdf
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-01-26 18:37:06 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-01-26 22:11:48 +0100
commit78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 (patch)
treef29ad46cecebd1adf7030b1bf578ba7f36d3b4a2 /offapi/com/sun/star/rdf
parentfdo#44143: Keep cells with broadcasters alive during deletion. (diff)
downloadcore-78cca63070ae6cf82b45ec3bc75fafa2db31a7f2.tar.gz
core-78cca63070ae6cf82b45ec3bc75fafa2db31a7f2.zip
Revert publishing of lots of UNO types.
See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl
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 644d425b3bcd..4a246c8f20d5 100644
--- a/offapi/com/sun/star/rdf/XMetadatable.idl
+++ b/offapi/com/sun/star/rdf/XMetadatable.idl
@@ -60,7 +60,7 @@ module com { module sun { module star { module rdf {
@see XRepository
@see XDocumentMetadataAccess
*/
-published interface XMetadatable : XURI
+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 02a8890cb879..7085cde76a1b 100644
--- a/offapi/com/sun/star/rdf/XNode.idl
+++ b/offapi/com/sun/star/rdf/XNode.idl
@@ -65,7 +65,7 @@ module com { module sun { module star { module rdf {
@see XURI
@see XLiteral
*/
-published interface XNode
+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 c7236a59e048..1a7d91536b4a 100644
--- a/offapi/com/sun/star/rdf/XResource.idl
+++ b/offapi/com/sun/star/rdf/XResource.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module rdf {
@see XBlankNode
@see XURI
*/
-published interface XResource : XNode
+interface XResource : XNode
{
};
diff --git a/offapi/com/sun/star/rdf/XURI.idl b/offapi/com/sun/star/rdf/XURI.idl
index ea3813174d68..e7f5c0e35e7c 100644
--- a/offapi/com/sun/star/rdf/XURI.idl
+++ b/offapi/com/sun/star/rdf/XURI.idl
@@ -61,7 +61,7 @@ module com { module sun { module star { module rdf {
@see XRepository
*/
-published interface XURI : XResource
+interface XURI : XResource
{
/// prefix
[readonly, attribute] string Namespace;