summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextFieldsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextFieldsSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XTextFieldsSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XTextFieldsSupplier.idl b/offapi/com/sun/star/text/XTextFieldsSupplier.idl
index b84ac523e438..e5edc36eaa67 100644
--- a/offapi/com/sun/star/text/XTextFieldsSupplier.idl
+++ b/offapi/com/sun/star/text/XTextFieldsSupplier.idl
@@ -34,13 +34,13 @@
published interface XTextFieldsSupplier: com::sun::star::uno::XInterface
{
/** @returns
- the collection of <type>TextField</type> instances
+ the collection of TextField instances
in this context (i.e. this document).
*/
com::sun::star::container::XEnumerationAccess getTextFields();
/** @returns
- the collection of <type>TextFieldMaster</type> instances
+ the collection of TextFieldMaster instances
which are defined in this context (i.e. this document).
*/
com::sun::star::container::XNameAccess getTextFieldMasters();