Kaydet (Commit) 9d1fd793 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

idl: remove invalid <member> tag

Change-Id: I20f5d95d5b728029aaa60b635e35f07c8422707d
üst a3469043
...@@ -455,11 +455,11 @@ published service Content ...@@ -455,11 +455,11 @@ published service Content
<td> <td>
Adds a new properties to the content. Adds a new properties to the content.
<p> <p>
<member>PropertyCommandArgument::Property</member> PropertyCommandArgument::Property
contains information about the property to be added. 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 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>
<p>Note that the dynamic properties must be kept persistent. The <p>Note that the dynamic properties must be kept persistent. The
service Store (UCB persistence service) may be used to service Store (UCB persistence service) may be used to
...@@ -488,7 +488,7 @@ published service Content ...@@ -488,7 +488,7 @@ published service Content
if the Name of the property is empty.</p> if the Name of the property is empty.</p>
<blockquote> <blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method 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> </blockquote>
</td> </td>
</tr> </tr>
...@@ -503,7 +503,7 @@ published service Content ...@@ -503,7 +503,7 @@ published service Content
if the property is not removable.</p> if the property is not removable.</p>
<blockquote> <blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method 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> </blockquote>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment