diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-29 23:19:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-05 09:24:40 +0200 |
commit | f6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch) | |
tree | 058efebab6d3b5ef21d42a3c1191eeddf890e4cc /offapi/com | |
parent | d633e80334b2472e7d99e253b761acd9b72f290b (diff) |
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e
Reviewed-on: https://gerrit.libreoffice.org/53638
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/embed/EmbedStates.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/embed/XInplaceClient.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/form/NavigationBarMode.idl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/EmbedStates.idl b/offapi/com/sun/star/embed/EmbedStates.idl index 1e3bbc8e8633..95d0aa0a4a45 100644 --- a/offapi/com/sun/star/embed/EmbedStates.idl +++ b/offapi/com/sun/star/embed/EmbedStates.idl @@ -59,7 +59,7 @@ published constants EmbedStates window. <p> - The object is activated and has it's own window in the container's + The object is activated and has its own window in the container's window that allows object to process mouse events and control own rendering. </p> diff --git a/offapi/com/sun/star/embed/XInplaceClient.idl b/offapi/com/sun/star/embed/XInplaceClient.idl index c0f92682b423..c92aa36d49ca 100644 --- a/offapi/com/sun/star/embed/XInplaceClient.idl +++ b/offapi/com/sun/star/embed/XInplaceClient.idl @@ -75,7 +75,7 @@ interface XInplaceClient: com::sun::star::uno::XInterface UI-deactivated. <p> - After this notification the container can restore it's own UI and take focus. + After this notification the container can restore its own UI and take focus. </p> @throws com::sun::star::embed::WrongStateException diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl index 6905b49ca019..51440d0d1d54 100644 --- a/offapi/com/sun/star/form/NavigationBarMode.idl +++ b/offapi/com/sun/star/form/NavigationBarMode.idl @@ -52,7 +52,7 @@ published enum NavigationBarMode on the parent of the current/active form. <p>This options is usually used for forms containing an grid control only. - In such a form, the control has it's own navigation elements, so there is + In such a form, the control has its own navigation elements, so there is no need to use the navigation bar for the form, but rather for its parent. </p> */ |