1#ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__ 2#define __com_sun_star_configuration_backend_LayerDescriber_idl__ 3 4#ifndef __com_sun_star_configuration_backend_XLayerContentDescriber_idl__ 5#include <com/sun/star/configuration/backend/XLayerContentDescriber.idl> 6#endif 7 8#ifndef __com_sun_star_uno_XInterface_idl__ 9#include <com/sun/star/uno/XInterface.idl> 10#endif 11 12 13 14//============================================================================= 15 16module com { module sun { module star { module configuration { module backend { 17 18//============================================================================= 19 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 24 25*/ 26service LayerDescriber 27{ 28 29 //------------------------------------------------------------------------- 30 31 /** 32 describes a set of configuration data to an XLayerHandler Object. 33 */ 34 interface com::sun::star::configuration::backend::XLayerContentDescriber ; 35 36 //------------------------------------------------------------------------- 37 38//============================================================================= 39} ; 40} ; } ; } ; } ; } ; 41#endif 42