summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl b/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl
index 6a5d5ccf808f..fa2b650e1a75 100644
--- a/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl
+++ b/offapi/com/sun/star/text/XFootnotesSettingsSupplier.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
with the context (e.g. document).
*/
published interface XFootnotesSettingsSupplier: com::sun::star::uno::XInterface
{
/** @returns
- <type>FootnoteSettings</type> of the object.
+ FootnoteSettings of the object.
*/
com::sun::star::beans::XPropertySet getFootnotesSettings();