summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autodoc/inc/ary/qualiname.hxx2
-rw-r--r--editeng/inc/editeng/svxacorr.hxx2
-rw-r--r--sal/inc/rtl/bootstrap.h2
-rw-r--r--sal/inc/rtl/string.h2
-rw-r--r--sal/inc/rtl/string.hxx2
-rw-r--r--sal/inc/rtl/ustring.h2
-rw-r--r--sal/inc/rtl/ustring.hxx2
-rw-r--r--starmath/source/rect.cxx2
-rw-r--r--sw/source/ui/lingu/hhcwrp.cxx2
-rw-r--r--unotools/inc/unotools/digitgroupingiterator.hxx2
10 files changed, 10 insertions, 10 deletions
diff --git a/autodoc/inc/ary/qualiname.hxx b/autodoc/inc/ary/qualiname.hxx
index 1c1e2064e0f3..862516151f3b 100644
--- a/autodoc/inc/ary/qualiname.hxx
+++ b/autodoc/inc/ary/qualiname.hxx
@@ -60,7 +60,7 @@ class QualifiedName
bool i_bAbsolute )
{ Empty(); bIsAbsolute = i_bAbsolute; }
/** Reads a qualified name from a string.
- If the last two charcters are "()", the inquiry IsFunction() will return
+ If the last two characters are "()", the inquiry IsFunction() will return
true.
*/
void AssignText(
diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx
index f58dff1aad49..26d1ae5bb88e 100644
--- a/editeng/inc/editeng/svxacorr.hxx
+++ b/editeng/inc/editeng/svxacorr.hxx
@@ -421,7 +421,7 @@ public:
static long GetDefaultFlags();
-// returns sal_True for charcters where the function
+// returns sal_True for characters where the function
// 'SvxAutoCorrect::AutoCorrect' should be called.
// (used to avoid occasional 'collisions' with (Thai) input-sequence-checking)
static sal_Bool IsAutoCorrectChar( sal_Unicode cChar );
diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h
index 1b53221ab1b1..76795ba8e566 100644
--- a/sal/inc/rtl/bootstrap.h
+++ b/sal/inc/rtl/bootstrap.h
@@ -71,7 +71,7 @@ extern "C" {
NAMING CONVENTIONS <p>
Naming conventions for names of bootstrap values :
- Names may only include characters, that are allowed charcters for
+ Names may only include characters, that are allowed characters for
environment variables. This excludes '.', ' ', ';', ':' and any non-ascii
character. Names are case insensitive.<p>
diff --git a/sal/inc/rtl/string.h b/sal/inc/rtl/string.h
index b24cc528dc55..6fc834918045 100644
--- a/sal/inc/rtl/string.h
+++ b/sal/inc/rtl/string.h
@@ -1030,7 +1030,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_string_newConcat( rtl_String ** newStr, rtl_Stri
the length of str, inclusive.
@param count
- the number of charcters to remove. Must not be negative, and the sum of
+ the number of characters to remove. Must not be negative, and the sum of
index and count must not exceed the length of str.
@param subStr
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index 1e5aca065843..90544ac879c2 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -1134,7 +1134,7 @@ public:
@param index the replacing index in str.
The index must be greater or equal as 0 and
less or equal as the length of the string.
- @param count the count of charcters that will replaced
+ @param count the count of characters that will replaced
The count must be greater or equal as 0 and
less or equal as the length of the string minus index.
@param newStr the new substring.
diff --git a/sal/inc/rtl/ustring.h b/sal/inc/rtl/ustring.h
index 35be5fed1e8a..23ea47ae03d4 100644
--- a/sal/inc/rtl/ustring.h
+++ b/sal/inc/rtl/ustring.h
@@ -1435,7 +1435,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newConcat(
the length of str, inclusive.
@param count
- the number of charcters to remove. Must not be negative, and the sum of
+ the number of characters to remove. Must not be negative, and the sum of
index and count must not exceed the length of str.
@param subStr
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 1742c354296a..1794bf4c2f42 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -1495,7 +1495,7 @@ public:
@param index the replacing index in str.
The index must be greater than or equal to 0 and
less than or equal to the length of the string.
- @param count the count of charcters that will be replaced
+ @param count the count of characters that will be replaced
The count must be greater than or equal to 0 and
less than or equal to the length of the string minus index.
@param newStr the new substring.
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index 31cf876f35ac..1d3be5b0dda8 100644
--- a/starmath/source/rect.cxx
+++ b/starmath/source/rect.cxx
@@ -631,7 +631,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev,
// use scale factor when calling GetTextBoundRect to counter
// negative effects from antialiasing which may otherwise result
- // in significant incorrect bounding rectangles for some charcters.
+ // in significant incorrect bounding rectangles for some characters.
Size aFntSize = aFnt.GetSize();
// Workaround to avoid HUGE font sizes and resulting problems
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx
index 8fdb7de4f4f6..454c6ba6ff8f 100644
--- a/sw/source/ui/lingu/hhcwrp.cxx
+++ b/sw/source/ui/lingu/hhcwrp.cxx
@@ -602,7 +602,7 @@ void SwHHCWrapper::Convert()
// of them are words on their own!) using the word boundary here does
// not work. Thus since chinese conversion is not interactive we start
// at the begin of the paragraph to solve the problem, i.e. have the
- // TextConversion service get those charcters together in the same call.
+ // TextConversion service get those characters together in the same call.
xub_StrLen nStartIdx = STRING_MAXLEN;
if (editeng::HangulHanjaConversion::IsChinese( GetSourceLanguage() ) )
nStartIdx = 0;
diff --git a/unotools/inc/unotools/digitgroupingiterator.hxx b/unotools/inc/unotools/digitgroupingiterator.hxx
index a4c4da9c71cd..d7bca117756b 100644
--- a/unotools/inc/unotools/digitgroupingiterator.hxx
+++ b/unotools/inc/unotools/digitgroupingiterator.hxx
@@ -40,7 +40,7 @@ namespace utl {
count single characters but hunks of groups instead using the get() method,
this is just for illustrating usage. Anyway, for double values it is highly
more efficient to use ::rtl::math::doubleToString() and pass the grouping
- sequence, instead of using this iterator and inserting charcters into
+ sequence, instead of using this iterator and inserting characters into
strings.
DigitGroupingIterator aGrouping(...)