summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XFootnote.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XFootnote.idl')
-rw-r--r--offapi/com/sun/star/text/XFootnote.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XFootnote.idl b/offapi/com/sun/star/text/XFootnote.idl
index e6159d0b2b80..fa3e9a868d64 100644
--- a/offapi/com/sun/star/text/XFootnote.idl
+++ b/offapi/com/sun/star/text/XFootnote.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/text/XTextContent.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XFootnote
/** specifies a footnote within a Text.@see Footnote
*/
published interface XFootnote: com::sun::star::text::XTextContent
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XFootnote::getLabel
/** @returns the label of the footnote.
@@ -42,7 +39,6 @@ published interface XFootnote: com::sun::star::text::XTextContent
*/
string getLabel();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XFootnote::setLabel
/** sets the label of the footnote.
@@ -51,7 +47,6 @@ published interface XFootnote: com::sun::star::text::XTextContent
};
-//=============================================================================
}; }; }; };