diff options
author | Gábor Stefanik <netrolller.3d@gmail.com> | 2012-04-25 15:37:10 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-04-26 09:38:10 +0100 |
commit | c581e326181abfcdd1fffd7fcf49ed705274ed93 (patch) | |
tree | c2d57b5d2e448200ca4cfcced0497be3ee7b0203 /offapi | |
parent | 6329ad39832e6d8101b8384e6d96ca281a303d37 (diff) |
fdo#48870: Remove cookie handling code.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/Cookie.idl | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/CookiePolicy.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/CookieRequest.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/HandleCookiesRequest.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/XInteractionCookieHandling.idl | 2 |
5 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ucb/Cookie.idl b/offapi/com/sun/star/ucb/Cookie.idl index cc8d8cc7c28c..a85493e38a26 100644 --- a/offapi/com/sun/star/ucb/Cookie.idl +++ b/offapi/com/sun/star/ucb/Cookie.idl @@ -38,6 +38,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** A cookie. +@deprecated */ published struct Cookie { diff --git a/offapi/com/sun/star/ucb/CookiePolicy.idl b/offapi/com/sun/star/ucb/CookiePolicy.idl index 4c825381f5bc..3f1d1db5653b 100644 --- a/offapi/com/sun/star/ucb/CookiePolicy.idl +++ b/offapi/com/sun/star/ucb/CookiePolicy.idl @@ -35,6 +35,8 @@ module com { module sun { module star { module ucb { //============================================================================= /** A policy how to handle cookie requests. + +@deprecated */ published enum CookiePolicy { diff --git a/offapi/com/sun/star/ucb/CookieRequest.idl b/offapi/com/sun/star/ucb/CookieRequest.idl index f6aff1ffa93f..016caa13a0f1 100644 --- a/offapi/com/sun/star/ucb/CookieRequest.idl +++ b/offapi/com/sun/star/ucb/CookieRequest.idl @@ -35,6 +35,8 @@ module com { module sun { module star { module ucb { //============================================================================= /** Cookie requests. + +@deprecated */ published enum CookieRequest { diff --git a/offapi/com/sun/star/ucb/HandleCookiesRequest.idl b/offapi/com/sun/star/ucb/HandleCookiesRequest.idl index f89b7a0a9e69..bd43a3b572d9 100644 --- a/offapi/com/sun/star/ucb/HandleCookiesRequest.idl +++ b/offapi/com/sun/star/ucb/HandleCookiesRequest.idl @@ -39,6 +39,8 @@ module com { module sun { module star { module ucb { //============================================================================= /** An error requesting guidance on how to handle cookie requests. + +@deprecated */ published exception HandleCookiesRequest: com::sun::star::task::ClassifiedInteractionRequest { diff --git a/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl b/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl index 66fc31467d33..368b5c3a9efb 100644 --- a/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl +++ b/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl @@ -43,6 +43,8 @@ module com { module sun { module star { module ucb { <p>This continuation is typically used in conjunction with <type>HandleCookiesRequest</type>. + + @deprecated */ published interface XInteractionCookieHandling: com::sun::star::task::XInteractionContinuation { |