summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 23:24:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:46:21 +0200
commitf3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch)
treeb359f61130ff26d4898f4b6c7dba430de9831190 /offapi
parent0286f76b84478a38b252a39a4e33e51339286bcd (diff)
Fix typos
"its" Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6 Reviewed-on: https://gerrit.libreoffice.org/77255 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/GenericDrawingDocument.idl2
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener2.idl2
-rw-r--r--offapi/com/sun/star/text/GenericTextDocument.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
index 47b8e1bba815..621a1c3607b5 100644
--- a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
@@ -38,7 +38,7 @@
/** specifies a document which consists of multiple pages
with drawings.
- <p>Because its function is needed more than once, its defined as generic one.</p>
+ <p>Because its function is needed more than once, it's defined as generic one.</p>
*/
service GenericDrawingDocument
{
diff --git a/offapi/com/sun/star/frame/XTerminateListener2.idl b/offapi/com/sun/star/frame/XTerminateListener2.idl
index 6c61fdcea227..537e3fa82309 100644
--- a/offapi/com/sun/star/frame/XTerminateListener2.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener2.idl
@@ -38,7 +38,7 @@ interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener
it doesn't know if termination will be real next time.
Because any other listener can throw those exception too ... and so it can happen
that after queryTermination() no notifyTermination() will occur. But these listener
- don't know if its allowed to start new processes then.
+ don't know if it's allowed to start new processes then.
Using this optional(!) interface will make it possible to be informed about
canceled termination requests also.
</p>
diff --git a/offapi/com/sun/star/text/GenericTextDocument.idl b/offapi/com/sun/star/text/GenericTextDocument.idl
index e3918dc31b31..f242f9979e02 100644
--- a/offapi/com/sun/star/text/GenericTextDocument.idl
+++ b/offapi/com/sun/star/text/GenericTextDocument.idl
@@ -53,7 +53,7 @@
<p>Each paragraph and each portion of text can be fitted with
some attributes (technically properties).</p>
- <p>Its declared as generic text document, because its function is
+ <p>It's declared as generic text document, because its function is
needed by different derived services (TextDocument/WebDocument/GlobalDocument).</p>
<p>In addition, all text objects can be searched.</p>