summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/AccessibleEndnoteView.idl2
-rw-r--r--offapi/com/sun/star/text/DocumentIndex.idl2
-rw-r--r--offapi/com/sun/star/text/Endnote.idl2
-rw-r--r--offapi/com/sun/star/text/MailMergeEvent.idl2
-rw-r--r--offapi/com/sun/star/text/MailMergeType.idl2
-rw-r--r--offapi/com/sun/star/text/TextRangeContentProperties.idl2
6 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/offapi/com/sun/star/text/AccessibleEndnoteView.idl
index 86ea0b08eb7f..dc6ac95e7ebc 100644
--- a/offapi/com/sun/star/text/AccessibleEndnoteView.idl
+++ b/offapi/com/sun/star/text/AccessibleEndnoteView.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module text {
service AccessibleEndnoteView
{
/** This interface gives access to any paragraph fragment and table
- fragment that is contained in a endnote and is at least
+ fragment that is contained in an endnote and is at least
partially visible on the screen.
<ul>
diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl
index 87afa7a85a37..0d3a0bd8f4e7 100644
--- a/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/offapi/com/sun/star/text/DocumentIndex.idl
@@ -38,7 +38,7 @@ published service DocumentIndex
*/
[optional, property] boolean UseAlphabeticalSeparators;
- /** determines if a index entry is generated for each primary/secondary key.
+ /** determines if an index entry is generated for each primary/secondary key.
*/
[optional, property] boolean UseKeyAsEntry;
diff --git a/offapi/com/sun/star/text/Endnote.idl b/offapi/com/sun/star/text/Endnote.idl
index 7bb7f10ed24e..276c7cef2b5c 100644
--- a/offapi/com/sun/star/text/Endnote.idl
+++ b/offapi/com/sun/star/text/Endnote.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module text {
-/** This service specifies a an endnote in a
+/** This service specifies an endnote in a
TextDocument.
*/
published service Endnote
diff --git a/offapi/com/sun/star/text/MailMergeEvent.idl b/offapi/com/sun/star/text/MailMergeEvent.idl
index abae248b6c55..c9764f51b03b 100644
--- a/offapi/com/sun/star/text/MailMergeEvent.idl
+++ b/offapi/com/sun/star/text/MailMergeEvent.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module text {
/** represents a mail merge event.
- <p>This type of event is being send by the mail merge service
+ <p>This type of event is being sent by the mail merge service
right before the merging of the next document to be processed.
This allows for example to modify the document specifically
before it gets merged.</p>
diff --git a/offapi/com/sun/star/text/MailMergeType.idl b/offapi/com/sun/star/text/MailMergeType.idl
index 7099a8dc7e84..174a79c9e076 100644
--- a/offapi/com/sun/star/text/MailMergeType.idl
+++ b/offapi/com/sun/star/text/MailMergeType.idl
@@ -48,7 +48,7 @@ published constants MailMergeType
/** The output is a document shell.
- The successful mail marge returns a XTextDocument based component.
+ The successful mail merge returns a XTextDocument based component.
@since LibreOffice 4.4
*/
diff --git a/offapi/com/sun/star/text/TextRangeContentProperties.idl b/offapi/com/sun/star/text/TextRangeContentProperties.idl
index 9daad2e139dc..d79d1dfcf96d 100644
--- a/offapi/com/sun/star/text/TextRangeContentProperties.idl
+++ b/offapi/com/sun/star/text/TextRangeContentProperties.idl
@@ -70,7 +70,7 @@ service TextRangeContentProperties
/** may contain a footnote. */
[optional, readonly, property] com::sun::star::text::XFootnote Footnote;
- /** may contain a endnote. */
+ /** may contain an endnote. */
[optional, readonly, property] com::sun::star::text::XFootnote Endnote;
/** may contain a nested text content.