summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ConnectionMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ConnectionMode.idl')
-rw-r--r--offapi/com/sun/star/ucb/ConnectionMode.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/ConnectionMode.idl b/offapi/com/sun/star/ucb/ConnectionMode.idl
index 8e12082d416e..76f6ff557961 100644
--- a/offapi/com/sun/star/ucb/ConnectionMode.idl
+++ b/offapi/com/sun/star/ucb/ConnectionMode.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_ucb_ConnectionMode_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** These are the possible values for the property "ConnectionMode".
@see XCommandProcessor
@@ -32,19 +30,16 @@ module com { module sun { module star { module ucb {
*/
published constants ConnectionMode
{
- //-------------------------------------------------------------------------
/** "Online" - Network access is allowed.
*/
const short ONLINE = 0;
- //-------------------------------------------------------------------------
/** "Offline" - Network access is not allowed.
*/
const short OFFLINE = 1;
};
-//=============================================================================
}; }; }; };