summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/SubTotalColumn.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SubTotalColumn.idl')
-rw-r--r--offapi/com/sun/star/sheet/SubTotalColumn.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/SubTotalColumn.idl b/offapi/com/sun/star/sheet/SubTotalColumn.idl
index 4db161f10a20..c8ef8e358c4b 100644
--- a/offapi/com/sun/star/sheet/SubTotalColumn.idl
+++ b/offapi/com/sun/star/sheet/SubTotalColumn.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/sheet/GeneralFunction.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes how a single data column is treated when creating subtotals.
@@ -34,13 +32,11 @@ module com { module sun { module star { module sheet {
*/
published struct SubTotalColumn
{
- //-------------------------------------------------------------------------
/** the index of the column inside the source data area.
*/
long Column;
- //-------------------------------------------------------------------------
/** specifies what kind of subtotals are calculated.
*/
@@ -48,7 +44,6 @@ published struct SubTotalColumn
};
-//=============================================================================
}; }; }; };