summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/configurationhelper.hxx2
-rw-r--r--include/comphelper/docpasswordhelper.hxx6
-rw-r--r--include/comphelper/implementationreference.hxx2
-rw-r--r--include/comphelper/numberedcollection.hxx4
-rw-r--r--include/comphelper/propagg.hxx4
-rw-r--r--include/comphelper/sequenceashashmap.hxx2
6 files changed, 10 insertions, 10 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index 7af48b51b946..9cd56e77a8f5 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -191,7 +191,7 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
* The cached configuration access must be provided here.
*
* @param xCFG
- * the configuration root, where changes should be commited.
+ * the configuration root, where changes should be committed.
*
* @throw Any exceptions the underlying configuration can throw.
* E.g. css::uno::Exception if the provided configuration
diff --git a/include/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx
index 7a020ed85417..37260f9b0ba3 100644
--- a/include/comphelper/docpasswordhelper.hxx
+++ b/include/comphelper/docpasswordhelper.hxx
@@ -50,7 +50,7 @@ class COMPHELPER_DLLPUBLIC IDocPasswordVerifier
public:
virtual ~IDocPasswordVerifier();
- /** Will be called everytime a password needs to be verified.
+ /** Will be called every time a password needs to be verified.
@param rPassword
The password to be verified
@@ -71,7 +71,7 @@ public:
*/
virtual DocPasswordVerifierResult verifyPassword( const OUString& rPassword, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ) = 0;
- /** Will be called everytime an encryption data needs to be verified.
+ /** Will be called every time an encryption data needs to be verified.
@param rEncryptionData
The data will be validated
@@ -82,7 +82,7 @@ public:
- DocPasswordVerifierResult_WRONG_PASSWORD, if the encryption data is
wrong.
- DocPasswordVerifierResult_ABORT, if an unrecoverable error
- occured while data verification. The password request loop
+ occurred while data verification. The password request loop
will be aborted.
*/
virtual DocPasswordVerifierResult verifyEncryptionData( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ) = 0;
diff --git a/include/comphelper/implementationreference.hxx b/include/comphelper/implementationreference.hxx
index 4432c2e18272..fa35d6174476 100644
--- a/include/comphelper/implementationreference.hxx
+++ b/include/comphelper/implementationreference.hxx
@@ -52,7 +52,7 @@ namespace comphelper
As this template is geared towards fast, internal pointer
access, validity of the UNO reference is _not_ checked for
every pointer access. The client of this template is
- responsible to check that, whereever necessary, via the is()
+ responsible to check that, wherever necessary, via the is()
method.
@tpl CppType
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index f37ebd02f9c2..cd0ba95a44d0 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -40,7 +40,7 @@ namespace comphelper{
/** @short defines a collection of UNO components, where every component will get its own unique number.
@descr Such number will be unique at runtime only ... but it supports fragmentation.
- Note: This collection uses weak refrences only to know her components.
+ Note: This collection uses weak references only to know her components.
So lifetime of thise components must be controlled outside.
@threadsafe
@@ -136,7 +136,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
/** @short trys to find an unique number not already used within this collection.
- @descr It reuses the smalles number which isnt used by any component
+ @descr It reuses the smalles number which isn't used by any component
of this collection. (fragmentation!) If collection is full (means there
is no free number) the special value INVALID_NUMBER will be returned.
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 5410d5d0ce34..a5c2659083de 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -70,7 +70,7 @@ class IPropertyInfoService
public:
/** get the preferred handle for the given property
@param _rName the property name
- @return the handle the property should be refered by, or -1 if there are no
+ @return the handle the property should be referred by, or -1 if there are no
preferences for the given property
*/
virtual sal_Int32 getPreferredPropertyId(const OUString& _rName) = 0;
@@ -107,7 +107,7 @@ public:
aggregate properties get depend from the following two parameters.
@param _pInfoService
If not NULL, the object pointed to is used to calc handles which should be used
- for refering the aggregate's properties from outside.
+ for referring the aggregate's properties from outside.
If one of the properties returned from the info service conflict with other handles
alread present (e.g. through _rProperties), the property is handled as if -1 was returned.
If NULL (or, for a special property, a call to getPreferredPropertyId returns -1),
diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx
index 63a409b1ebd7..38cf734d56ad 100644
--- a/include/comphelper/sequenceashashmap.hxx
+++ b/include/comphelper/sequenceashashmap.hxx
@@ -246,7 +246,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
does not already exist.
@descr To check if the property already exists only
- her name is used for compare. Its value isnt
+ her name is used for compare. Its value isn't
checked!
@param sKey