summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextPortionAppend.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextPortionAppend.idl')
-rw-r--r--offapi/com/sun/star/text/XTextPortionAppend.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XTextPortionAppend.idl b/offapi/com/sun/star/text/XTextPortionAppend.idl
index 975033770fa4..a1aaf5872e40 100644
--- a/offapi/com/sun/star/text/XTextPortionAppend.idl
+++ b/offapi/com/sun/star/text/XTextPortionAppend.idl
@@ -26,17 +26,14 @@
#include <com/sun/star/beans/UnknownPropertyException.idl>
#include <com/sun/star/text/XTextRange.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** .
*/
interface XTextPortionAppend : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** appends a new text portion to the paragraph at the end of the text.
@@ -58,7 +55,6 @@ interface XTextPortionAppend : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };