summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-04-28 17:52:28 +0200
committerMichael Stahl <mst@openoffice.org>2010-04-28 17:52:28 +0200
commit7764e9353a2fad0aa12b699ab013f5fdb7270c79 (patch)
treee4c0096f721f30cc5af4ca86a7f4f17006babebd /offapi/com/sun/star/text/textfield
parent9f69ed267e3b04e5236b70703e72f04e456c67ca (diff)
parent39ca722d12345ead74d3d28df88564da477c70b6 (diff)
merge DEV300_m77
Diffstat (limited to 'offapi/com/sun/star/text/textfield')
-rwxr-xr-xoffapi/com/sun/star/text/textfield/MetadataField.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/textfield/MetadataField.idl b/offapi/com/sun/star/text/textfield/MetadataField.idl
index 962df24dcc06..d98c4be39e96 100755
--- a/offapi/com/sun/star/text/textfield/MetadataField.idl
+++ b/offapi/com/sun/star/text/textfield/MetadataField.idl
@@ -54,7 +54,8 @@
module com { module sun { module star { module text { module textfield {
//=============================================================================
-/** is a <type>TextField</type> whose content is specified by RDF metadata.
+/** is a <type scope="com::sun::star::text">TextField</type> whose content
+ is specified by RDF metadata.
@since OOo 3.2
@@ -63,8 +64,8 @@ module com { module sun { module star { module text { module textfield {
service MetadataField
{
//-------------------------------------------------------------------------
- /** None of the properties of <type>TextContent</type> are
- supported. */
+ /** None of the properties of
+ <type scope="com::sun::star::text">TextContent</type> are supported. */
service com::sun::star::text::TextField;
//-------------------------------------------------------------------------
@@ -77,8 +78,8 @@ service MetadataField
interface com::sun::star::text::XText;
//-------------------------------------------------------------------------
- /** The <type>TextContent</type>s that are contained in the
- <type>MetadataField</type> can be enumerated. */
+ /** The <type scope="com::sun::star::text">TextContent</type>s that are
+ contained in the <type>MetadataField</type> can be enumerated. */
interface com::sun::star::container::XEnumerationAccess;
//-------------------------------------------------------------------------