summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XFunctions.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XFunctions.idl')
-rw-r--r--offapi/com/sun/star/report/XFunctions.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/report/XFunctions.idl b/offapi/com/sun/star/report/XFunctions.idl
index 2332d3bca636..cc299cbe9976 100644
--- a/offapi/com/sun/star/report/XFunctions.idl
+++ b/offapi/com/sun/star/report/XFunctions.idl
@@ -39,12 +39,12 @@ interface XFunctions
*/
interface com::sun::star::container::XContainer;
/** gives access to the group elements.
- The elements are of type <type>XFunction</type>.
+ The elements are of type XFunction.
*/
interface com::sun::star::container::XIndexContainer;
/** allows the navigation to the report or group object.
- The method setParent from <type>XChild</type> is not supported and will throw an exception when called.
+ The method setParent from XChild is not supported and will throw an exception when called.
*/
interface com::sun::star::container::XChild;
@@ -52,7 +52,7 @@ interface XFunctions
*/
interface com::sun::star::lang::XComponent;
- /** factory method for <type>XFunction</type>.
+ /** factory method for XFunction.
*/
com::sun::star::report::XFunction createFunction();
};