summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/DependentTextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/DependentTextField.idl')
-rw-r--r--offapi/com/sun/star/text/DependentTextField.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/DependentTextField.idl b/offapi/com/sun/star/text/DependentTextField.idl
index 6d1f44deb29c..325cfaaf7201 100644
--- a/offapi/com/sun/star/text/DependentTextField.idl
+++ b/offapi/com/sun/star/text/DependentTextField.idl
@@ -27,15 +27,15 @@
module com { module sun { module star { module text {
-/** is a <type>TextField</type> which is not specified by itself,
- but dependent on a <type>TextFieldMaster</type>.@see TextFieldMaster
+/** is a TextField which is not specified by itself,
+ but dependent on a TextFieldMaster.@see TextFieldMaster
*/
published service DependentTextField
{
service com::sun::star::text::TextField;
/** This interface makes it possible to attach a
- <type>TextFieldMaster</type> to this <type>TextField</type>.
+ TextFieldMaster to this TextField.
*/
interface com::sun::star::text::XDependentTextField;