summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XFunctionDescriptions.idl')
-rw-r--r--offapi/com/sun/star/sheet/XFunctionDescriptions.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/XFunctionDescriptions.idl b/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
index 83ded0096d08..ae3668f78b23 100644
--- a/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
+++ b/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
<p>The container access methods return a sequence of
<type scope="com::sun::star::beans">PropertyValue</type> structs.
The properties contained in the sequence are collected in the service
- <type>FunctionDescription</type>.</p>
+ FunctionDescription.</p>
@see com::sun::star::sheet::FunctionDescriptions
*/
@@ -45,11 +45,11 @@ published interface XFunctionDescriptions: com::sun::star::container::XIndexAcce
@param nId
is the identifier of the function description (the same that
- is used in the service <type>RecentFunctions</type>.</p>
+ is used in the service RecentFunctions.</p>
@returns
the sequence of property values (described in
- <type>FunctionDescription</type>).
+ FunctionDescription).
*/
sequence< com::sun::star::beans::PropertyValue > getById( [in] long nId )
raises( com::sun::star::lang::IllegalArgumentException );