summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/AccessibleTextType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/AccessibleTextType.idl')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTextType.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl
index f17c3c36a74e..17871d1a5377 100644
--- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl
@@ -42,7 +42,7 @@ constants AccessibleTextType
/** Single word.
<p>Indicates that single words are used. The definition of what a
- word is is implementation and language/locale dependent. While in
+ word is, is implementation and language/locale dependent. While in
English a word is ended by a space or a special character like a
comma or a period, this is not necessarily true in other
languages.</p>
@@ -52,7 +52,7 @@ constants AccessibleTextType
/** Single sentence.
<p>Indicates that single sentences are used. The definition of what
- a sentence is is implementation and language/locale dependent.
+ a sentence is, is implementation and language/locale dependent.
While in English a sentence is ended by a period, this is not
necessarily true in other languages.</p>
*/
@@ -61,7 +61,7 @@ constants AccessibleTextType
/** Single paragraph.
<p>Indicates that single paragraphs are used. The definition of
- what a paragraph is is implementation and language/locale
+ what a paragraph is, is implementation and language/locale
dependent.</p>
*/
const short PARAGRAPH = 4;