summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ColumnType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ColumnType.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ColumnType.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/ColumnType.idl b/offapi/com/sun/star/sdbc/ColumnType.idl
index 3718c3547328..2b04546e43be 100644
--- a/offapi/com/sun/star/sdbc/ColumnType.idl
+++ b/offapi/com/sun/star/sdbc/ColumnType.idl
@@ -38,7 +38,6 @@ published constants ColumnType
.
*/
const long UNKNOWN = 0;
- //-------------------------------------------------------------------------
/** indicates that this column is NOT a pseudo-column.
A possible value for the column
@@ -51,7 +50,6 @@ published constants ColumnType
.
*/
const long NOT_PSEUDO = 1;
- //-------------------------------------------------------------------------
/** indicates that this column is a pseudo-column.
A possible value for the column
@@ -66,7 +64,6 @@ published constants ColumnType
const long PSEUDO = 2;
};
-//=============================================================================
}; }; }; };