summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl b/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
index 0f53cb350740..f6db5181cd36 100644
--- a/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
+++ b/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
@@ -27,13 +27,13 @@
module com { module sun { module star { module text {
-/** makes it possible to access the <type>FootnoteSettings</type>
+/** makes it possible to access the FootnoteSettings
within the context (e.g. document).
*/
published interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface
{
/** @returns
- <type>EndnoteSettings</type> of the object.
+ EndnoteSettings of the object.
*/
com::sun::star::beans::XPropertySet getEndnotesSettings();