summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-23 16:32:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 23:40:07 +0200
commit52f98086fd7f8eca8dbd104451a8cb9cb3de365f (patch)
treedb7a1dd96e2db2b2f060b08881ee1df022f6bb84 /offapi
parent73ed7a5179df6543fd3b34d82b5feb9b7277b688 (diff)
Fix typos
Change-Id: I22c02c9d4e121d3cb3b68be9a5c845e9e45cc123 Reviewed-on: https://gerrit.libreoffice.org/57603 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/XControlShape.idl2
-rw-r--r--offapi/com/sun/star/frame/XTitle.idl2
-rw-r--r--offapi/com/sun/star/text/WritingMode2.idl2
-rw-r--r--offapi/com/sun/star/ucb/XSourceInitialization.idl2
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/XControlShape.idl b/offapi/com/sun/star/drawing/XControlShape.idl
index 11d64077992b..cd59ed3f5764 100644
--- a/offapi/com/sun/star/drawing/XControlShape.idl
+++ b/offapi/com/sun/star/drawing/XControlShape.idl
@@ -40,7 +40,7 @@ published interface XControlShape: com::sun::star::drawing::XShape
@return
if there is already a control model assigned
- to this ControlShape, than its returned.
+ to this ControlShape, then it's returned.
Otherwise you get an empty reference.
*/
com::sun::star::awt::XControlModel getControl();
diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl
index 26cc8ca6a642..54116b6ae162 100644
--- a/offapi/com/sun/star/frame/XTitle.idl
+++ b/offapi/com/sun/star/frame/XTitle.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module frame {
-/** an interface representing an entity with a modifyable title.
+/** an interface representing an entity with a modifiable title.
*/
interface XTitle : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/text/WritingMode2.idl b/offapi/com/sun/star/text/WritingMode2.idl
index 98f58b4adfd4..4f1800b06a0d 100644
--- a/offapi/com/sun/star/text/WritingMode2.idl
+++ b/offapi/com/sun/star/text/WritingMode2.idl
@@ -26,7 +26,7 @@
/** this set of constants describes different writing directions
- <p>In addition to numerous explicit writing directions, it allows allows to specify to take the writing
+ <p>In addition to numerous explicit writing directions, it allows to specify to take the writing
direction from the object's context.</p>
*/
published constants WritingMode2
diff --git a/offapi/com/sun/star/ucb/XSourceInitialization.idl b/offapi/com/sun/star/ucb/XSourceInitialization.idl
index 07a5a5841e19..c36794ab905b 100644
--- a/offapi/com/sun/star/ucb/XSourceInitialization.idl
+++ b/offapi/com/sun/star/ucb/XSourceInitialization.idl
@@ -38,7 +38,7 @@ published interface XSourceInitialization: com::sun::star::uno::XInterface
<p>Hopefully you will only use this, when <var>Source</var>
is an com::sun::star::lang::XComponent and this
is an com::sun::star::lang::XEventListener.
- Than you should call
+ Then you should call
com::sun::star::lang::XComponent::addEventListener()
from inside the implementation of this method.