From 406a63e9a0f1a955ff08a0d10d13352174b77193 Mon Sep 17 00:00:00 2001 From: Aurimas FiĊĦeras Date: Tue, 25 Jan 2011 20:24:26 +0200 Subject: Some fixes to documentation (part 5) Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors. --- offapi/com/sun/star/ucb/XInteractionCookieHandling.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/ucb/XInteractionCookieHandling.idl') diff --git a/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl b/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl index fe31114241da..8f41b6717edf 100644 --- a/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl +++ b/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl @@ -69,7 +69,7 @@ published interface XInteractionCookieHandling: com::sun::star::task::XInteracti

This method should be called before select(). @param ConfirmCookie - A cookie that sould come from the sequence of + A cookie that should come from the sequence of cookies offered by the HandleCookiesRequest and that should have a policy of CookiePolicy::CONFIRM. -- cgit