summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl40
1 files changed, 20 insertions, 20 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl b/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
index 2bcefd070ac3..845d8ba4414d 100644
--- a/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
+++ b/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -29,7 +29,7 @@
#ifndef __com_sun_star_configuration_backend_XSchemaSupplier_idl__
#include <com/sun/star/configuration/backend/XSchemaSupplier.idl>
-#endif
+#endif
#ifndef __com_sun_star_configuration_backend_BackendAccessException_idl__
#include <com/sun/star/configuration/backend/BackendAccessException.idl>
@@ -37,43 +37,43 @@
#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
+#endif
-//=============================================================================
+//=============================================================================
module com { module sun { module star { module configuration { module backend {
-//=============================================================================
+//=============================================================================
-/**
+/**
provides access to versioned configuration component schemas.
@since OOo 2.0
*/
-interface XVersionedSchemaSupplier : XSchemaSupplier
+interface XVersionedSchemaSupplier : XSchemaSupplier
{
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/**
Returns the schema version for a particular component.
- @param aComponent
+ @param aComponent
component whose schema version will be determined
- @returns
- a <atom>string</atom> that identifies the schema version for
+ @returns
+ a <atom>string</atom> that identifies the schema version for
the given component.
- <p> The format of the version string is arbitrary. No meaning
- should be attached to it, unless an implementing service
- defines one. If no version can be determined, an empty
+ <p> The format of the version string is arbitrary. No meaning
+ should be attached to it, unless an implementing service
+ defines one. If no version can be determined, an empty
<atom>string</atom> may be returned.
</p>
- <p> Clients may assume that all instances of a schema with the
+ <p> Clients may assume that all instances of a schema with the
same version are identical. The converse is not true.
- In particular an implementation may return the same version
- string for all schemas it supplies (i.e. return a version for
+ In particular an implementation may return the same version
+ string for all schemas it supplies (i.e. return a version for
the complete schema, including all components)
</p>
@@ -87,11 +87,11 @@ interface XVersionedSchemaSupplier : XSchemaSupplier
raises (BackendAccessException,
com::sun::star::lang::IllegalArgumentException) ;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
} ;
-//=============================================================================
+//=============================================================================
} ; } ; } ; } ; } ;
-#endif
+#endif