summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/TablePageBreakData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TablePageBreakData.idl')
-rw-r--r--offapi/com/sun/star/sheet/TablePageBreakData.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/TablePageBreakData.idl b/offapi/com/sun/star/sheet/TablePageBreakData.idl
index c90e168a6303..85cdaee66ae0 100644
--- a/offapi/com/sun/star/sheet/TablePageBreakData.idl
+++ b/offapi/com/sun/star/sheet/TablePageBreakData.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sheet_TablePageBreakData_idl__
#define __com_sun_star_sheet_TablePageBreakData_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes a page break in a spreadsheet.
@@ -32,13 +30,11 @@ module com { module sun { module star { module sheet {
*/
published struct TablePageBreakData
{
- //-------------------------------------------------------------------------
/** the position (column or row index) of the page break.
*/
long Position;
- //-------------------------------------------------------------------------
/** is <TRUE/> for a manual page break, <FALSE/> for an automatic one.
*/
@@ -46,7 +42,6 @@ published struct TablePageBreakData
};
-//=============================================================================
}; }; }; };