summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/ProcedureResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ProcedureResult.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ProcedureResult.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/ProcedureResult.idl b/offapi/com/sun/star/sdbc/ProcedureResult.idl
index 05938b8b82e6..58f851f80e18 100644
--- a/offapi/com/sun/star/sdbc/ProcedureResult.idl
+++ b/offapi/com/sun/star/sdbc/ProcedureResult.idl
@@ -40,7 +40,6 @@ published constants ProcedureResult
</p>
*/
const long UNKNOWN = 0;
- //-------------------------------------------------------------------------
/** A possible value for column
<code>PROCEDURE_TYPE</code>
@@ -55,7 +54,6 @@ published constants ProcedureResult
</p>
*/
const long NONE = 1;
- //-------------------------------------------------------------------------
/** A possible value for column
<code>PROCEDURE_TYPE</code>
@@ -72,7 +70,6 @@ published constants ProcedureResult
const long RETURN = 2;
};
-//=============================================================================
}; }; }; };