#ifndef __com_sun_star_text_XFormField_idl__ #define __com_sun_star_text_XFormField_idl__ #include #include module com { module sun { module star { module text { /** @deprecated */ interface XFormField : com::sun::star::uno::XInterface { string getFieldType(); void setFieldType([in] string fieldType); com::sun::star::container::XNameContainer getParameters(); }; }; }; }; }; #endif