summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ucbhelper/interactionrequest.hxx6
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx4
-rw-r--r--include/xmloff/xmlmultiimagehelper.hxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 7d8e10e28560..0cf9c11c47b9 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -46,7 +46,7 @@ struct InteractionRequest_Impl;
* request contains an exception describing the error and a number of
* interaction continuations describing the possible "answers" for the request.
* After the request was passed to XInteractionHandler::handle(...) the method
- * getSelection() returns the continuation choosen by the interaction handler.
+ * getSelection() returns the continuation chosen by the interaction handler.
*
* The typical usage of this class would be:
*
@@ -121,9 +121,9 @@ public:
/**
* After passing this request to XInteractionHandler::handle, this method
- * returns the continuation that was choosen by the interaction handler.
+ * returns the continuation that was chosen by the interaction handler.
*
- * @return the continuation choosen by an interaction handler or an empty
+ * @return the continuation chosen by an interaction handler or an empty
* reference, if the request was not (yet) handled.
*/
rtl::Reference< InteractionContinuation > getSelection() const;
diff --git a/include/ucbhelper/simpleinteractionrequest.hxx b/include/ucbhelper/simpleinteractionrequest.hxx
index de8842d8127b..f6806052c0bc 100644
--- a/include/ucbhelper/simpleinteractionrequest.hxx
+++ b/include/ucbhelper/simpleinteractionrequest.hxx
@@ -75,9 +75,9 @@ public:
/**
* After passing this request to XInteractionHandler::handle, this method
- * returns the continuation that was choosen by the interaction handler.
+ * returns the continuation that was chosen by the interaction handler.
*
- * @return the continuation choosen by an interaction handler or
+ * @return the continuation chosen by an interaction handler or
* CONTINUATION_UNKNOWN, if the request was not (yet) handled.
*/
sal_Int32 getResponse() const;
diff --git a/include/xmloff/xmlmultiimagehelper.hxx b/include/xmloff/xmlmultiimagehelper.hxx
index 1da3fa4653f3..d97a7038fe36 100644
--- a/include/xmloff/xmlmultiimagehelper.hxx
+++ b/include/xmloff/xmlmultiimagehelper.hxx
@@ -40,7 +40,7 @@ public:
MultiImageImportHelper();
virtual ~MultiImageImportHelper();
- /// solve multiple imported images. The most valuable one is choosen,
+ /// solve multiple imported images. The most valuable one is chosen,
/// see imlementation for evtl. changing weights and/or adding filetypes.
///
/// @returns import context of the selected image