diff options
Diffstat (limited to 'offapi/com/sun/star/rdf/QueryException.idl')
-rw-r--r-- | offapi/com/sun/star/rdf/QueryException.idl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rdf/QueryException.idl b/offapi/com/sun/star/rdf/QueryException.idl index ed6b55493..e3fb2c1e1 100644 --- a/offapi/com/sun/star/rdf/QueryException.idl +++ b/offapi/com/sun/star/rdf/QueryException.idl @@ -28,17 +28,14 @@ #ifndef __com_sun_star_rdf_QueryException_idl__ #define __com_sun_star_rdf_QueryException_idl__ -#ifndef __com_sun_star_uno_Eception_idl__ #include <com/sun/star/uno/Exception.idl> -#endif - //============================================================================= module com { module sun { module star { module rdf { //============================================================================= -/** represents an error condition that is signalled on evaluating a query +/** represents an error condition that is signaled on evaluating a query against an RDF Repository. @since OOo 3.0 |