summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/BestRowScope.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/BestRowScope.idl')
-rw-r--r--offapi/com/sun/star/sdbc/BestRowScope.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/BestRowScope.idl b/offapi/com/sun/star/sdbc/BestRowScope.idl
index 88c90da827e4..0542e21bcd7e 100644
--- a/offapi/com/sun/star/sdbc/BestRowScope.idl
+++ b/offapi/com/sun/star/sdbc/BestRowScope.idl
@@ -39,7 +39,6 @@ published constants BestRowScope
.
*/
const long TEMPORARY = 0;
- //-------------------------------------------------------------------------
/** indicates that the scope of the best row identifier is
the remainder of the current transaction.
@@ -53,7 +52,6 @@ published constants BestRowScope
.
*/
const long TRANSACTION = 1;
- //-------------------------------------------------------------------------
/** indicates that the scope of the best row identifier is
the remainder of the current session.
@@ -69,7 +67,6 @@ published constants BestRowScope
const long SESSION = 2;
};
-//=============================================================================
}; }; }; };