summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 15:14:36 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:21 +0100
commit9d1fd7936d02510e7a7a4c887f48ace4b5bb251f (patch)
treed8083dcdd76f43e0d144ae33d7d44aee1068899d /offapi/com/sun/star
parenta346904323fd3f38bffa2cc07d7f581caab1b434 (diff)
idl: remove invalid <member> tag
Change-Id: I20f5d95d5b728029aaa60b635e35f07c8422707d
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/ucb/Content.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index b1fa80a42fd8..0789870cdccc 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -455,11 +455,11 @@ published service Content
<td>
Adds a new properties to the content.
<p>
- <member>PropertyCommandArgument::Property</member>
+ PropertyCommandArgument::Property
contains information about the property to be added.
- <member>PropertyCommandArgument::DefaultValue</member>
+ PropertyCommandArgument::DefaultValue
may contain the default value for the property. Its type must
- match the one specified in <member scope="com::sun::star::beans">Property::Type</member>.
+ match the one specified in com::sun::star::beans::Property::Type.
</p>
<p>Note that the dynamic properties must be kept persistent. The
service Store (UCB persistence service) may be used to
@@ -488,7 +488,7 @@ published service Content
if the Name of the property is empty.</p>
<blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
- <member scope="com::sun::star::beans">XPropertyContainer::addProperty</member>.
+ com::sun::star::beans::XPropertyContainer::addProperty.
</blockquote>
</td>
</tr>
@@ -503,7 +503,7 @@ published service Content
if the property is not removable.</p>
<blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
- <member scope="com::sun::star::beans">XPropertyContainer::removeProperty</member>.
+ com::sun::star::beans::XPropertyContainer::removeProperty.
</blockquote>
</td>
</tr>