merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / text / XFormField.idl
blob53555728ba40f7e3c2b4e9c6c7ccb1a7086e8390
1 #ifndef __com_sun_star_text_XFormField_idl__
2 #define __com_sun_star_text_XFormField_idl__
4 #include <com/sun/star/uno/XInterface.idl>
5 #include <com/sun/star/container/XNameContainer.idl>
7 module com { module sun { module star { module text {
9 /** @deprecated
11 interface XFormField : com::sun::star::uno::XInterface
13 string getFieldType();
14 void setFieldType([in] string fieldType);
15 com::sun::star::container::XNameContainer getParameters();
18 }; }; }; };
20 #endif