summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/LayerDescriber.idl
blob: cb7ed8c612e69564e7b7c675b3a0079451f7cf49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__
#define __com_sun_star_configuration_backend_LayerDescriber_idl__

#include <com/sun/star/configuration/backend/XLayerContentDescriber.idl>
#include <com/sun/star/uno/XInterface.idl>



//============================================================================= 

module com { module sun { module star { module configuration { module backend {

//============================================================================= 

/** 
   describe the contents of a layer to an XLayerHandler 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