summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XParagraphAppend.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XParagraphAppend.idl')
-rw-r--r--offapi/com/sun/star/text/XParagraphAppend.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XParagraphAppend.idl b/offapi/com/sun/star/text/XParagraphAppend.idl
index 5c6982669bd5..c407170abed3 100644
--- a/offapi/com/sun/star/text/XParagraphAppend.idl
+++ b/offapi/com/sun/star/text/XParagraphAppend.idl
@@ -36,17 +36,14 @@
#include <com/sun/star/text/XTextRange.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** .
*/
interface XParagraphAppend : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** appends a new and empty paragraph at the end of the text.
<p>The properties are applied to the new paragraph.
@@ -76,7 +73,6 @@ interface XParagraphAppend : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };