summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/DocumentStoreMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/DocumentStoreMode.idl')
-rw-r--r--offapi/com/sun/star/ucb/DocumentStoreMode.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/DocumentStoreMode.idl b/offapi/com/sun/star/ucb/DocumentStoreMode.idl
index 86352ad1ab4c..32c16422eb32 100644
--- a/offapi/com/sun/star/ucb/DocumentStoreMode.idl
+++ b/offapi/com/sun/star/ucb/DocumentStoreMode.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_ucb_DocumentStoreMode_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** These are the possible values for the property "DocumentStoreMode".
@see XCommandProcessor
@@ -32,19 +30,16 @@ module com { module sun { module star { module ucb {
*/
published enum DocumentStoreMode
{
- //-------------------------------------------------------------------------
/** Document contents are not stored locally.
*/
REMOTE,
- //-------------------------------------------------------------------------
/** Document contents are stored locally.
*/
LOCAL
};
-//=============================================================================
}; }; }; };