summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XLineNumberingProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XLineNumberingProperties.idl')
-rw-r--r--offapi/com/sun/star/text/XLineNumberingProperties.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XLineNumberingProperties.idl b/offapi/com/sun/star/text/XLineNumberingProperties.idl
index 936a61e25323..7d2c3595db88 100644
--- a/offapi/com/sun/star/text/XLineNumberingProperties.idl
+++ b/offapi/com/sun/star/text/XLineNumberingProperties.idl
@@ -22,17 +22,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** contains the settings of the line numbering in a text document.
*/
published interface XLineNumberingProperties: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @return
the <type>LineNumberingProperties</type> of the object.
@@ -40,7 +37,6 @@ published interface XLineNumberingProperties: com::sun::star::uno::XInterface
com::sun::star::beans::XPropertySet getLineNumberingProperties();
};
-//=============================================================================
}; }; }; };