summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl28
1 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl b/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl
index d8005be6a38b..d7ae32edd5dd 100644
--- a/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl
+++ b/offapi/com/sun/star/configuration/backend/XSchemaSupplier.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,11 +29,11 @@
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
+#endif
#ifndef __com_sun_star_configuration_backend_XSchema_idl__
#include <com/sun/star/configuration/backend/XSchema.idl>
-#endif
+#endif
#ifndef __com_sun_star_configuration_backend_BackendAccessException_idl__
#include <com/sun/star/configuration/backend/BackendAccessException.idl>
@@ -41,31 +41,31 @@
#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 configuration component schemas.
@since OOo 1.1.2
*/
-published interface XSchemaSupplier : ::com::sun::star::uno::XInterface
+published interface XSchemaSupplier : ::com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/**
Returns the schema information (component + templates)
for a particular component.
- @param aComponent
+ @param aComponent
component whose schema will be accessed
- @returns
+ @returns
an object allowing access to the various parts of the schema,
<NULL/> if the component doesn't exist.
@@ -79,11 +79,11 @@ published interface XSchemaSupplier : ::com::sun::star::uno::XInterface
raises (BackendAccessException,
com::sun::star::lang::IllegalArgumentException) ;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
} ;
-//=============================================================================
+//=============================================================================
} ; } ; } ; } ; } ;
-#endif
+#endif