summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /offapi/com/sun/star/document
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/EmptyUndoStackException.idl2
-rw-r--r--offapi/com/sun/star/document/NoSuchFilterRequest.idl2
-rw-r--r--offapi/com/sun/star/document/UndoContextNotClosedException.idl2
-rw-r--r--offapi/com/sun/star/document/XInteractionFilterSelect.idl2
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl
index 8ad131104db6..305c831a0079 100644
--- a/offapi/com/sun/star/document/EmptyUndoStackException.idl
+++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module document {
/** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack
- of undo actions, and this requirement is not fullfilled.
+ of undo actions, and this requirement is not fulfilled.
@since OOo 3.4
*/
exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
diff --git a/offapi/com/sun/star/document/NoSuchFilterRequest.idl b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
index f61b7abda062..cafedad74ed1 100644
--- a/offapi/com/sun/star/document/NoSuchFilterRequest.idl
+++ b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module document {
<p>
If during loading time the filter can't be detected and wasn't given at calling time,
a possible com::sun::star::task::InteractionHandler will be used.
- (it's a a part of used MediaDescriptor)
+ (it's a part of used MediaDescriptor)
Such "NoSuchFilterRequest" will be used then to start right interaction on that to
get a decision which filter should be used for given URL. A possible continuation
of type XInteractionFilterSelect will transport this decision back to
diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl
index fb26efdffd7f..29313e2a79f8 100644
--- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl
+++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module document {
/** is thrown when an operation is attempted at an XUndoManager which requires all undo
- contexts to be closed, but this requirement is not fullfilled.
+ contexts to be closed, but this requirement is not fulfilled.
@since OOo 3.4
*/
exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
diff --git a/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
index ea9960cd4fec..19c752a2f083 100644
--- a/offapi/com/sun/star/document/XInteractionFilterSelect.idl
+++ b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module document {
<p>
If during loading time the filter can't be detected and wasn't given at calling time,
a possible com::sun::star::task::InteractionHandler will be used.
- (it's a a part of used MediaDescriptor)
+ (it's a part of used MediaDescriptor)
A NoSuchFilterRequest will be used then to start right interaction on that to
get a decision which filter should be used for given URL. A possible continuation
of that can be this XInteractionFilterSelect. It will transport the decision back to