merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / configuration / backend / LayerDescriber.idl
blobaf3cc0487f06a9fd941d12a0ae827e738f11a616
1 #ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__
2 #define __com_sun_star_configuration_backend_LayerDescriber_idl__
4 #ifndef __com_sun_star_configuration_backend_XLayerContentDescriber_idl__
5 #include <com/sun/star/configuration/backend/XLayerContentDescriber.idl>
6 #endif
8 #ifndef __com_sun_star_uno_XInterface_idl__
9 #include <com/sun/star/uno/XInterface.idl>
10 #endif
14 //=============================================================================
16 module com { module sun { module star { module configuration { module backend {
18 //=============================================================================
20 /**
21 describe the contents of a layer to an XLayerHander object. The contents of
22 the layer is contained in the sequence of PropertyInfo structures
23 @see PropertyInfo
26 service LayerDescriber
29 //-------------------------------------------------------------------------
31 /**
32 describes a set of configuration data to an XLayerHandler Object.
34 interface com::sun::star::configuration::backend::XLayerContentDescriber ;
36 //-------------------------------------------------------------------------
38 //=============================================================================
39 } ;
40 } ; } ; } ; } ; } ;
41 #endif