#ifndef __net_elmau_zaz_functions_idl__ #define __net_elmau_zaz_functions_idl__ #include module net { module elmau { module zaz { module functions { interface XZAZFunctions : com::sun::star::uno::XInterface { string zreverse([in] string value); any zeval([in] string value); string zstrip([in] string value, [in] any characters); }; service functions { interface XZAZFunctions; }; }; }; }; }; #endif