Fixed typos in documantation.

This commit is contained in:
Kai Sommerfeld 2010-09-01 15:23:16 +02:00
parent 14620c2c9e
commit 62580204bb

View file

@ -37,7 +37,7 @@ namespace ucbhelper {
/**
* This class implements a simple name clash resolve interaction request.
* Instances can be passed directly to XInteractionHandler::handle(...). Each
* instance contains an NameClashResolveRequest and two interaction
* instance contains a NameClashResolveRequest and two interaction
* continuations: "Abort" and "SupplyName". Another continuation
* ("ReplaceExistingData") may be supplied optionally.
*
@ -56,11 +56,11 @@ public:
*
* @param rTargetFolderURL contains the URL of the folder that contains
* the clashing resource.
* @param rClashingName contains the clashing name,
* @param rClashingName contains the clashing name.
* @param rProposedNewName contains a proposal for the new name or is
* empty.
* @param bSupportsOverwriteData indictes whether an
* InteractioneplaceExistingData continuation shall be supplied
* @param bSupportsOverwriteData indicates whether an
* InteractionReplaceExistingData continuation shall be supplied
* with the interaction request.
*/
SimpleNameClashResolveRequest( const rtl::OUString & rTargetFolderURL,