#ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__ #define __com_sun_star_configuration_backend_LayerDescriber_idl__ #ifndef __com_sun_star_configuration_backend_XLayerContentDescriber_idl__ #include #endif #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif //============================================================================= module com { module sun { module star { module configuration { module backend { //============================================================================= /** describe the contents of a layer to an XLayerHander object. The contents of the layer is contained in the sequence of PropertyInfo structures @see PropertyInfo */ service LayerDescriber { //------------------------------------------------------------------------- /** describes a set of configuration data to an XLayerHandler Object. */ interface com::sun::star::configuration::backend::XLayerContentDescriber ; //------------------------------------------------------------------------- //============================================================================= } ; } ; } ; } ; } ; } ; #endif