summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:42:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:38 +0200
commit01b0ca7d2a8deb82d8e2d0ed3e29ddda7667d4d6 (patch)
treed3a7f2ee6c7261cfedf9c52ee6c8512e5fefce9b
parent471615653007947a44ee9c1b1e747849f7b73845 (diff)
typo: easyly -> easily
-rw-r--r--include/ucbhelper/contenthelper.hxx2
-rw-r--r--include/ucbhelper/propertyvalueset.hxx2
-rw-r--r--include/ucbhelper/providerhelper.hxx2
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index a0d1b863b21a..466ce990f0c0 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -300,7 +300,7 @@ public:
*
* Note that the implementation of this ctor registers itself at its
* content provider. The provider implementation inserts the content
- * in a hash map. So it easyly can be found and reused when the provider
+ * in a hash map. So it easily can be found and reused when the provider
* is asked for a content.
*
* @param rxContext is a Service Manager.
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx
index 33dc3f99eb56..c55737379f47 100644
--- a/include/ucbhelper/propertyvalueset.hxx
+++ b/include/ucbhelper/propertyvalueset.hxx
@@ -49,7 +49,7 @@ class PropertyValues;
* This class implements the interface XRow. After construction of a valueset
* the user can append properties ( incl. its values ) to the set. This class
* is useful when implementing the command "getPropertyValues", because the
- * values to return can easyly appended to a valueset object. That object can
+ * values to return can easily appended to a valueset object. That object can
* directly be returned by the implementation of the command.
*/
class UCBHELPER_DLLPUBLIC PropertyValueSet :
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx
index 4e708f319435..a65b04c6cfb3 100644
--- a/include/ucbhelper/providerhelper.hxx
+++ b/include/ucbhelper/providerhelper.hxx
@@ -206,7 +206,7 @@ public:
/**
* This method returns a mutex, which protects the content list of the
- * provider. So you can prevent modifications of that list easyly.
+ * provider. So you can prevent modifications of that list easily.
*
* @return the mutex.
*/
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
index b5cc9013853d..076b498c5c39 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
@@ -176,7 +176,7 @@ private:
/** This method sets the mbUpdateBeingProcessed member that is used to
prevent reentrance problems. This method allows function objects
- easyly and safely to modify the variable.
+ easily and safely to modify the variable.
*/
void SetUpdateBeingProcessed (bool bValue);