summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-02-13 18:25:22 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-02-17 13:57:44 +0400
commite2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 (patch)
treee5dec44faf212f3072fc4962a96b51ee40b67ad0 /comphelper/inc
parent2a7db22c3825acdb0c36a9cefd5736d73e4fefbf (diff)
spelling: otherwhise -> otherwise
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/mediadescriptor.hxx8
-rw-r--r--comphelper/inc/comphelper/sequenceashashmap.hxx4
2 files changed, 6 insertions, 6 deletions
diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx
index 8c55f85af8ea..ac045dc2c4a0 100644
--- a/comphelper/inc/comphelper/mediadescriptor.hxx
+++ b/comphelper/inc/comphelper/mediadescriptor.hxx
@@ -123,7 +123,7 @@ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap
In case of local file the system file locking is used.
@return TRUE, if the stream was already part of the descriptor or could
- be created as new item. FALSE otherwhise.
+ be created as new item. FALSE otherwise.
*/
sal_Bool addInputStream();
@@ -142,7 +142,7 @@ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap
configuration settings.
@return TRUE, if the stream was already part of the descriptor or could
- be created as new item. FALSE otherwhise.
+ be created as new item. FALSE otherwise.
*/
sal_Bool addInputStreamOwnLock();
@@ -162,7 +162,7 @@ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap
show a readonly UI on top of this read/write stream.
@return TRUE, if the stream must be interpreted as readonly ...
- FALSE otherwhise.
+ FALSE otherwise.
*/
sal_Bool isStreamReadOnly() const;
@@ -298,7 +298,7 @@ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap
specifies whether the file should be locked
@return TRUE, if the stream was already part of the descriptor or could
- be created as new item. FALSE otherwhise.
+ be created as new item. FALSE otherwise.
*/
COMPHELPER_DLLPRIVATE sal_Bool impl_addInputStream( sal_Bool bLockFile );
};
diff --git a/comphelper/inc/comphelper/sequenceashashmap.hxx b/comphelper/inc/comphelper/sequenceashashmap.hxx
index 356512708357..284714ffb20b 100644
--- a/comphelper/inc/comphelper/sequenceashashmap.hxx
+++ b/comphelper/inc/comphelper/sequenceashashmap.hxx
@@ -205,7 +205,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
//---------------------------------------
/** @short check if the specified item exists
and return its (unpacked!) value or it returns the
- specified default value otherwhise.
+ specified default value otherwise.
@descr If a value should be extracted only in case
the requsted property exists realy (without creating
@@ -221,7 +221,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
be found.
@return The (unpacked!) value of the specified property or
- the given default value otherwhise.
+ the given default value otherwise.
@attention "unpacked" means the Any content of every iterator->second!
*/