summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rdf')
-rw-r--r--offapi/com/sun/star/rdf/BlankNode.idl8
-rw-r--r--offapi/com/sun/star/rdf/FileFormat.idl5
-rw-r--r--offapi/com/sun/star/rdf/Literal.idl8
-rw-r--r--offapi/com/sun/star/rdf/ParseException.idl7
-rw-r--r--offapi/com/sun/star/rdf/QueryException.idl7
-rw-r--r--offapi/com/sun/star/rdf/Repository.idl7
-rw-r--r--offapi/com/sun/star/rdf/RepositoryException.idl7
-rw-r--r--offapi/com/sun/star/rdf/Statement.idl7
-rw-r--r--offapi/com/sun/star/rdf/URI.idl8
-rw-r--r--offapi/com/sun/star/rdf/URIs.idl5
-rw-r--r--offapi/com/sun/star/rdf/XBlankNode.idl7
-rw-r--r--offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl21
-rw-r--r--offapi/com/sun/star/rdf/XDocumentRepository.idl9
-rw-r--r--offapi/com/sun/star/rdf/XLiteral.idl7
-rw-r--r--offapi/com/sun/star/rdf/XMetadatable.idl9
-rw-r--r--offapi/com/sun/star/rdf/XNamedGraph.idl11
-rw-r--r--offapi/com/sun/star/rdf/XNode.idl7
-rw-r--r--offapi/com/sun/star/rdf/XQuerySelectResult.idl7
-rw-r--r--offapi/com/sun/star/rdf/XReifiedStatement.idl7
-rw-r--r--offapi/com/sun/star/rdf/XRepository.idl23
-rw-r--r--offapi/com/sun/star/rdf/XRepositorySupplier.idl7
-rw-r--r--offapi/com/sun/star/rdf/XResource.idl7
-rw-r--r--offapi/com/sun/star/rdf/XURI.idl7
23 files changed, 0 insertions, 198 deletions
diff --git a/offapi/com/sun/star/rdf/BlankNode.idl b/offapi/com/sun/star/rdf/BlankNode.idl
index 9ab41dd74b02..74040291b06d 100644
--- a/offapi/com/sun/star/rdf/BlankNode.idl
+++ b/offapi/com/sun/star/rdf/BlankNode.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_BlankNode_idl__
-#define __com_sun_star_rdf_BlankNode_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/rdf/XBlankNode.idl>
-
module com { module sun { module star { module rdf {
@@ -62,6 +56,4 @@ service BlankNode : XBlankNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl
index 5b48ed2acc50..d20fbb5e9d95 100644
--- a/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/offapi/com/sun/star/rdf/FileFormat.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_FileFormat_idl__
-#define __com_sun_star_rdf_FileFormat_idl__
-
module com { module sun { module star { module rdf {
@@ -68,6 +65,4 @@ constants FileFormat
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/Literal.idl b/offapi/com/sun/star/rdf/Literal.idl
index 33eb39e00234..6166e24369d6 100644
--- a/offapi/com/sun/star/rdf/Literal.idl
+++ b/offapi/com/sun/star/rdf/Literal.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_Literal_idl__
-#define __com_sun_star_rdf_Literal_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/rdf/XLiteral.idl>
-
module com { module sun { module star { module rdf {
@@ -70,6 +64,4 @@ service Literal : XLiteral
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/ParseException.idl b/offapi/com/sun/star/rdf/ParseException.idl
index f8a32930edee..493f2dc045ac 100644
--- a/offapi/com/sun/star/rdf/ParseException.idl
+++ b/offapi/com/sun/star/rdf/ParseException.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_ParseException_idl__
-#define __com_sun_star_rdf_ParseException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
-
module com { module sun { module star { module rdf {
@@ -38,6 +33,4 @@ exception ParseException : com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/QueryException.idl b/offapi/com/sun/star/rdf/QueryException.idl
index ec59016e8d56..8157b24e608b 100644
--- a/offapi/com/sun/star/rdf/QueryException.idl
+++ b/offapi/com/sun/star/rdf/QueryException.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_QueryException_idl__
-#define __com_sun_star_rdf_QueryException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
-
module com { module sun { module star { module rdf {
@@ -39,6 +34,4 @@ exception QueryException : com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/Repository.idl b/offapi/com/sun/star/rdf/Repository.idl
index f1945070d738..39dbf028dcb5 100644
--- a/offapi/com/sun/star/rdf/Repository.idl
+++ b/offapi/com/sun/star/rdf/Repository.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_Repository_idl__
-#define __com_sun_star_rdf_Repository_idl__
-
-#include <com/sun/star/rdf/XRepository.idl>
-
module com { module sun { module star { module rdf {
@@ -44,6 +39,4 @@ service Repository : XRepository
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/RepositoryException.idl b/offapi/com/sun/star/rdf/RepositoryException.idl
index 34564ca115c7..c5de1def7cb5 100644
--- a/offapi/com/sun/star/rdf/RepositoryException.idl
+++ b/offapi/com/sun/star/rdf/RepositoryException.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_RepositoryException_idl__
-#define __com_sun_star_rdf_RepositoryException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
-
module com { module sun { module star { module rdf {
@@ -39,6 +34,4 @@ exception RepositoryException : com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/Statement.idl b/offapi/com/sun/star/rdf/Statement.idl
index 5f6852cfc0a5..77149550909d 100644
--- a/offapi/com/sun/star/rdf/Statement.idl
+++ b/offapi/com/sun/star/rdf/Statement.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_Statement_idl__
-#define __com_sun_star_rdf_Statement_idl__
-
-#include <com/sun/star/rdf/XURI.idl>
-
module com { module sun { module star { module rdf {
@@ -47,6 +42,4 @@ struct Statement
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/URI.idl b/offapi/com/sun/star/rdf/URI.idl
index dbdbc2248227..6006db1d433d 100644
--- a/offapi/com/sun/star/rdf/URI.idl
+++ b/offapi/com/sun/star/rdf/URI.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_URI_idl__
-#define __com_sun_star_rdf_URI_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/rdf/XURI.idl>
-
module com { module sun { module star { module rdf {
@@ -80,6 +74,4 @@ service URI : XURI
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/URIs.idl b/offapi/com/sun/star/rdf/URIs.idl
index bfc8672d4050..2e246ea92b10 100644
--- a/offapi/com/sun/star/rdf/URIs.idl
+++ b/offapi/com/sun/star/rdf/URIs.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_URIs_idl__
-#define __com_sun_star_rdf_URIs_idl__
-
module com { module sun { module star { module rdf {
@@ -328,6 +325,4 @@ constants URIs
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XBlankNode.idl b/offapi/com/sun/star/rdf/XBlankNode.idl
index a945682d8ba0..503e5841b50e 100644
--- a/offapi/com/sun/star/rdf/XBlankNode.idl
+++ b/offapi/com/sun/star/rdf/XBlankNode.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XBlankNode_idl__
-#define __com_sun_star_rdf_XBlankNode_idl__
-
-#include <com/sun/star/rdf/XResource.idl>
-
module com { module sun { module star { module rdf {
@@ -44,6 +39,4 @@ interface XBlankNode : XResource
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
index b7d143555feb..934fe3ebbe31 100644
--- a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+++ b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
@@ -17,25 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XDocumentMetadataAccess_idl__
-#define __com_sun_star_rdf_XDocumentMetadataAccess_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/lang/WrappedTargetException.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/container/ElementExistException.idl>
-#include <com/sun/star/container/NoSuchElementException.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/io/XInputStream.idl>
-#include <com/sun/star/datatransfer/UnsupportedFlavorException.idl>
-#include <com/sun/star/embed/XStorage.idl>
-#include <com/sun/star/task/XInteractionHandler.idl>
-#include <com/sun/star/rdf/FileFormat.idl>
-#include <com/sun/star/rdf/ParseException.idl>
-#include <com/sun/star/rdf/XURI.idl>
-#include <com/sun/star/rdf/XMetadatable.idl>
-#include <com/sun/star/rdf/XRepositorySupplier.idl>
-
module com { module sun { module star { module rdf {
@@ -392,6 +373,4 @@ interface XDocumentMetadataAccess
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl b/offapi/com/sun/star/rdf/XDocumentRepository.idl
index 039e376994f5..b4ce2fac2cb3 100644
--- a/offapi/com/sun/star/rdf/XDocumentRepository.idl
+++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XDocumentRepository_idl__
-#define __com_sun_star_rdf_XDocumentRepository_idl__
-
-#include <com/sun/star/beans/Pair.idl>
-#include <com/sun/star/rdf/XMetadatable.idl>
-#include <com/sun/star/rdf/XRepository.idl>
-
module com { module sun { module star { module rdf {
@@ -217,6 +210,4 @@ interface XDocumentRepository : XRepository
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XLiteral.idl b/offapi/com/sun/star/rdf/XLiteral.idl
index 7366d021fe7f..e493d77c8c51 100644
--- a/offapi/com/sun/star/rdf/XLiteral.idl
+++ b/offapi/com/sun/star/rdf/XLiteral.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XLiteral_idl__
-#define __com_sun_star_rdf_XLiteral_idl__
-
-#include <com/sun/star/rdf/XURI.idl>
-
module com { module sun { module star { module rdf {
@@ -56,6 +51,4 @@ interface XLiteral : XNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XMetadatable.idl b/offapi/com/sun/star/rdf/XMetadatable.idl
index fc80bef99aa8..e63ff9fef9e3 100644
--- a/offapi/com/sun/star/rdf/XMetadatable.idl
+++ b/offapi/com/sun/star/rdf/XMetadatable.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XMetadatable_idl__
-#define __com_sun_star_rdf_XMetadatable_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/beans/StringPair.idl>
-#include <com/sun/star/rdf/XURI.idl>
-
module com { module sun { module star { module rdf {
@@ -82,6 +75,4 @@ interface XMetadatable : XURI
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XNamedGraph.idl b/offapi/com/sun/star/rdf/XNamedGraph.idl
index 3de01b4763b9..36e96ed60376 100644
--- a/offapi/com/sun/star/rdf/XNamedGraph.idl
+++ b/offapi/com/sun/star/rdf/XNamedGraph.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XNamedGraph_idl__
-#define __com_sun_star_rdf_XNamedGraph_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/container/NoSuchElementException.idl>
-#include <com/sun/star/container/XEnumeration.idl>
-#include <com/sun/star/rdf/RepositoryException.idl>
-#include <com/sun/star/rdf/XURI.idl>
-
module com { module sun { module star { module rdf {
@@ -196,6 +187,4 @@ interface XNamedGraph : XURI
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XNode.idl b/offapi/com/sun/star/rdf/XNode.idl
index a954965afd48..bdd4055bcd6f 100644
--- a/offapi/com/sun/star/rdf/XNode.idl
+++ b/offapi/com/sun/star/rdf/XNode.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XNode_idl__
-#define __com_sun_star_rdf_XNode_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module rdf {
@@ -63,6 +58,4 @@ interface XNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XQuerySelectResult.idl b/offapi/com/sun/star/rdf/XQuerySelectResult.idl
index 52df495be2a2..aa88a1c1faba 100644
--- a/offapi/com/sun/star/rdf/XQuerySelectResult.idl
+++ b/offapi/com/sun/star/rdf/XQuerySelectResult.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XQuerySelectResult_idl__
-#define __com_sun_star_rdf_XQuerySelectResult_idl__
-
-#include <com/sun/star/container/XEnumeration.idl>
-
module com { module sun { module star { module rdf {
@@ -59,6 +54,4 @@ interface XQuerySelectResult : com::sun::star::container::XEnumeration
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XReifiedStatement.idl b/offapi/com/sun/star/rdf/XReifiedStatement.idl
index 37dac62c566f..da42e2b77744 100644
--- a/offapi/com/sun/star/rdf/XReifiedStatement.idl
+++ b/offapi/com/sun/star/rdf/XReifiedStatement.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XReifiedStatement_idl__
-#define __com_sun_star_rdf_XReifiedStatement_idl__
-
-#include <com/sun/star/rdf/Statement.idl>
-
module com { module sun { module star { module rdf {
@@ -41,6 +36,4 @@ interface XReifiedStatement : XResource
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XRepository.idl b/offapi/com/sun/star/rdf/XRepository.idl
index a8cf4652cc18..fe67eb1a0cef 100644
--- a/offapi/com/sun/star/rdf/XRepository.idl
+++ b/offapi/com/sun/star/rdf/XRepository.idl
@@ -17,27 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XRepository_idl__
-#define __com_sun_star_rdf_XRepository_idl__
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/container/ElementExistException.idl>
-#include <com/sun/star/container/NoSuchElementException.idl>
-#include <com/sun/star/container/XEnumeration.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/io/XInputStream.idl>
-#include <com/sun/star/io/XOutputStream.idl>
-#include <com/sun/star/datatransfer/UnsupportedFlavorException.idl>
-#include <com/sun/star/rdf/FileFormat.idl>
-#include <com/sun/star/rdf/ParseException.idl>
-#include <com/sun/star/rdf/QueryException.idl>
-#include <com/sun/star/rdf/RepositoryException.idl>
-#include <com/sun/star/rdf/XBlankNode.idl>
-#include <com/sun/star/rdf/XURI.idl>
-#include <com/sun/star/rdf/Statement.idl>
-#include <com/sun/star/rdf/XQuerySelectResult.idl>
-#include <com/sun/star/rdf/XNamedGraph.idl>
-
module com { module sun { module star { module rdf {
@@ -388,6 +367,4 @@ interface XRepository
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XRepositorySupplier.idl b/offapi/com/sun/star/rdf/XRepositorySupplier.idl
index 6218385f8e46..25efe116cd7b 100644
--- a/offapi/com/sun/star/rdf/XRepositorySupplier.idl
+++ b/offapi/com/sun/star/rdf/XRepositorySupplier.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XRepositorySupplier_idl__
-#define __com_sun_star_rdf_XRepositorySupplier_idl__
-
-#include <com/sun/star/rdf/XRepository.idl>
-
module com { module sun { module star { module rdf {
@@ -46,6 +41,4 @@ interface XRepositorySupplier
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XResource.idl b/offapi/com/sun/star/rdf/XResource.idl
index eeb5c638bd60..b8964aad295f 100644
--- a/offapi/com/sun/star/rdf/XResource.idl
+++ b/offapi/com/sun/star/rdf/XResource.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XResource_idl__
-#define __com_sun_star_rdf_XResource_idl__
-
-#include <com/sun/star/rdf/XNode.idl>
-
module com { module sun { module star { module rdf {
@@ -45,6 +40,4 @@ interface XResource : XNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/rdf/XURI.idl b/offapi/com/sun/star/rdf/XURI.idl
index 5386186d9ede..9ca250dc5244 100644
--- a/offapi/com/sun/star/rdf/XURI.idl
+++ b/offapi/com/sun/star/rdf/XURI.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_rdf_XURI_idl__
-#define __com_sun_star_rdf_XURI_idl__
-
-#include <com/sun/star/rdf/XResource.idl>
-
module com { module sun { module star { module rdf {
@@ -61,6 +56,4 @@ interface XURI : XResource
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */