xref: /aoo41x/main/offapi/com/sun/star/text/XFormField.idl (revision cdf0e10c)
1#ifndef __com_sun_star_text_XFormField_idl__
2#define __com_sun_star_text_XFormField_idl__
3
4#include <com/sun/star/uno/XInterface.idl>
5#include <com/sun/star/container/XNameContainer.idl>
6
7module com {  module sun {  module star {  module text {
8
9    /** @deprecated
10     */
11    interface XFormField : com::sun::star::uno::XInterface
12    {
13        string getFieldType();
14        void setFieldType([in] string fieldType);
15        com::sun::star::container::XNameContainer getParameters();
16    };
17
18}; }; }; };
19
20#endif
21