summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
commitc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch)
tree3807c57d8a33588f33a3d5cbed51ccff9bb40791 /unotools
parent435f5e30c968ffd5761873f8b3f756949545ce72 (diff)
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/accessiblestatesethelper.hxx2
-rw-r--r--unotools/inc/unotools/tempfile.hxx2
-rw-r--r--unotools/source/accessibility/accessiblestatesethelper.cxx2
-rw-r--r--unotools/source/config/moduleoptions.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/accessiblestatesethelper.hxx b/unotools/inc/unotools/accessiblestatesethelper.hxx
index 432a6e3022ac..7652a03cc47c 100644
--- a/unotools/inc/unotools/accessiblestatesethelper.hxx
+++ b/unotools/inc/unotools/accessiblestatesethelper.hxx
@@ -90,7 +90,7 @@ public:
the constants of <type>AccessibleStateType</type>.
@return
- Returns <TRUE/> if the given state is a memeber of this object's
+ Returns <TRUE/> if the given state is a member of this object's
state set and <FALSE/> otherwise.
*/
virtual sal_Bool SAL_CALL contains (sal_Int16 aState)
diff --git a/unotools/inc/unotools/tempfile.hxx b/unotools/inc/unotools/tempfile.hxx
index 448e729a3998..6cf2cb0cd98c 100644
--- a/unotools/inc/unotools/tempfile.hxx
+++ b/unotools/inc/unotools/tempfile.hxx
@@ -39,7 +39,7 @@ struct TempFile_Impl;
the UCB helper classes for streams. For convenience use UcbStreamHelper.
A Tempfile always has a "physical" file name ( a file name in the local computers host notation ) but it has a
"UCB compatible" URL only if a UCP for the local file system exists. This URL may have its own URL scheme
- ( not neccessarily "file://" ! ). The TempFile class methods take this into account, but other simple conversions like
+ ( not necessarily "file://" ! ). The TempFile class methods take this into account, but other simple conversions like
the osl functions do not.
So it is a potential error to convert between the filename and the URL of a TempFile object using functions or methods
outside this class.
diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx
index ea5f11e47b7c..5a2c6ff19449 100644
--- a/unotools/source/accessibility/accessiblestatesethelper.cxx
+++ b/unotools/source/accessibility/accessiblestatesethelper.cxx
@@ -177,7 +177,7 @@ sal_Bool SAL_CALL AccessibleStateSetHelper::isEmpty ()
the constants of <type>AccessibleStateType</type>.
@return
- Returns <TRUE/> if the given state is a memeber of this object's
+ Returns <TRUE/> if the given state is a member of this object's
state set and <FALSE/> otherwise.
*/
sal_Bool SAL_CALL AccessibleStateSetHelper::contains (sal_Int16 aState)
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 11b5b17a9c84..64efdaa1b57f 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -493,7 +493,7 @@ void SvtModuleOptions_Impl::Commit()
@descr These methods implement easy access to our internal values.
You give us right enum value to specify which module interest you ... we return right information.
- @attention Some poeple use any value as enum ... but we support in header specified values only!
+ @attention Some people use any value as enum ... but we support in header specified values only!
We use it directly as index in our internal list. If enum value isn't right - we crash with an
"index out of range"!!! Please use me right - otherwise there is no guarantee.