summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/CookiePolicy.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CookiePolicy.idl')
-rw-r--r--offapi/com/sun/star/ucb/CookiePolicy.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/CookiePolicy.idl b/offapi/com/sun/star/ucb/CookiePolicy.idl
index 3f1d1db5653b..9674353574fb 100644
--- a/offapi/com/sun/star/ucb/CookiePolicy.idl
+++ b/offapi/com/sun/star/ucb/CookiePolicy.idl
@@ -29,35 +29,29 @@
#define __com_sun_star_ucb_CookiePolicy_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A policy how to handle cookie requests.
@deprecated
*/
published enum CookiePolicy
{
- //-------------------------------------------------------------------------
/** Interactively accept or ignore each individual cookie request.
*/
CONFIRM,
- //-------------------------------------------------------------------------
/** Generally accept all cookie requests.
*/
ACCEPT,
- //-------------------------------------------------------------------------
/** Generally ignore all cookie requests.
*/
IGNORE
};
-//=============================================================================
}; }; }; };