summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XGroup.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XGroup.idl')
-rw-r--r--offapi/com/sun/star/report/XGroup.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl
index 20962b632ea3..c9b5278edded 100644
--- a/offapi/com/sun/star/report/XGroup.idl
+++ b/offapi/com/sun/star/report/XGroup.idl
@@ -64,7 +64,7 @@ interface XGroup
[attribute,bound] boolean FooterOn;
/** returns the group header.
- @throws <type scope="com::sun::star::container">NoSuchElementException</type>
+ @throws com::sun::star::container::NoSuchElementException
If the group has the header disabled.
@see XSection
*/
@@ -75,7 +75,7 @@ interface XGroup
};
/** returns the group footer.
- @throws <type scope="com::sun::star::container">NoSuchElementException</type>
+ @throws com::sun::star::container::NoSuchElementException
If the group has the footer disabled.
@see XSection
*/