summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/AccessibleContextBase.hxx4
-rw-r--r--include/editeng/svxacorr.hxx2
-rw-r--r--include/editeng/unoedsrc.hxx4
3 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index 2467558ec202..3584ca7602e1 100644
--- a/include/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
@@ -46,7 +46,7 @@ struct MutexOwner {mutable ::osl::Mutex maMutex;};
/** @descr
This base class provides an implementation of the
- AccessibleContext service. Appart from the
+ AccessibleContext service. Apart from the
<type>XXAccessible<type> and XAccessibleContextContext
interfaces it supports the XServiceInfo interface.
*/
@@ -350,7 +350,7 @@ private:
::com::sun::star::accessibility::XAccessible> mxParent;
/** Description of this object. This is not a constant because it can
- be set from the outside. Furthermore, it changes according the the
+ be set from the outside. Furthermore, it changes according to the
draw page's display mode.
*/
OUString msDescription;
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index f227ff3db738..a885dd7acaaa 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -299,7 +299,7 @@ public:
bool GetPrevAutoCorrWord( SvxAutoCorrDoc& rDoc, const OUString& rTxt,
sal_Int32 nPos, OUString& rWord ) const;
- // Search for or or the words in the replacement table.
+ // Search for the words in the replacement table.
// rText - check in this text the words of the list
// rStt - the detected starting position
// nEnd - to check position - as of this item forward
diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx
index 4f52c50e1b8e..2bfe5746b0ed 100644
--- a/include/editeng/unoedsrc.hxx
+++ b/include/editeng/unoedsrc.hxx
@@ -371,10 +371,10 @@ public:
Index of paragraph to query line length in
@param nIndex[0 .. m-1]
- Index of of the chara in the paragraph text
+ Index of the char in the paragraph text
@returns [0 .. k-1]
- The line number of the chara in the paragraph
+ The line number of the char in the paragraph
*/
virtual sal_Int32 GetLineNumberAtIndex( sal_Int32 nPara, sal_Int32 nIndex ) const = 0;