summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XDependentTextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XDependentTextField.idl')
-rw-r--r--offapi/com/sun/star/text/XDependentTextField.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XDependentTextField.idl b/offapi/com/sun/star/text/XDependentTextField.idl
index 40e995f56239..77e49a9cf04a 100644
--- a/offapi/com/sun/star/text/XDependentTextField.idl
+++ b/offapi/com/sun/star/text/XDependentTextField.idl
@@ -30,15 +30,15 @@
module com { module sun { module star { module text {
-/** makes it possible to attach this <type>TextField</type> to a
- <type>TextFieldMaster</type>.
+/** makes it possible to attach this TextField to a
+ TextFieldMaster.
*/
published interface XDependentTextField: com::sun::star::text::XTextField
{
/** method must be called to attach the
- <type>TextFieldMaster</type> to this <type>TextField</type>.
- <p>A <type>TextFieldMaster</type> can only be assigned once.
+ TextFieldMaster to this TextField.
+ <p>A TextFieldMaster can only be assigned once.
</p>
@example Create and insert a user field (with a
@@ -69,7 +69,7 @@ published interface XDependentTextField: com::sun::star::text::XTextField
/** @returns
- the previously attached <type>TextFieldMaster</type>
+ the previously attached TextFieldMaster
*/
com::sun::star::beans::XPropertySet getTextFieldMaster();