summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/LayerDescriber.idl
blob: 923d4a60340636a74ff0d6eeebc82140fe040e2f (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#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

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */