summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 13:09:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 19:08:07 +0000
commit6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (patch)
treef4a71ee65541f66d55ff5de44fdd0de07b286344 /offapi
parent943919692e8cd96839aeb8cc97598fd4e55c5eea (diff)
Fix typos
Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8 Reviewed-on: https://gerrit.libreoffice.org/29435 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleParagraphView.idl2
-rw-r--r--offapi/com/sun/star/ui/XAcceleratorConfiguration.idl4
3 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index ed9a941448bd..a5cbe7f14682 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -138,7 +138,7 @@ published service UnoControlFixedTextModel
//-------------------------------------------------------------------------
- /** supresses automatic accelerator assignment on this control.
+ /** suppresses automatic accelerator assignment on this control.
@since OOo 2.4
*/
diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl b/offapi/com/sun/star/text/AccessibleParagraphView.idl
index acf98c9ce901..5f9482739a09 100644
--- a/offapi/com/sun/star/text/AccessibleParagraphView.idl
+++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl
@@ -113,7 +113,7 @@ service AccessibleParagraphView
::com::sun::star::style::CharacterProperties. For
properties that have Asian and complex counterparts, the value that
is visible is returned. This can be in fact the western, Asian or
- complex value. Its not possible to change the value of any property
+ complex value. It's not possible to change the value of any property
by using
::com::sun::star::accessibility::XAccessibleEditableText::setAttributes().
<p><em>TODO: If there is a demand, some attributes might be added that
diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
index 9a88b6094f44..591d3d5082d6 100644
--- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
@@ -130,7 +130,7 @@ interface XAcceleratorConfiguration
@throws ::com::sun::star::lang::IllegalArgumentException
if the key event isn't a valid one. Commands can be
checked only, if they are empty. Because every URL schema can be used
- by commands in general, so its not possible to validate it.
+ by commands in general, so it's not possible to validate it.
*/
void setKeyEvent( [in] com::sun::star::awt::KeyEvent aKeyEvent,
[in] string sCommand )
@@ -193,7 +193,7 @@ interface XAcceleratorConfiguration
This internal selection can't be influenced from outside.
</p>
- @attention Because its not defined, that any command (e.g. configured inside a menu)
+ @attention Because it's not defined, that any command (e.g. configured inside a menu)
must have an accelerator - we can't reject the call if at least one command
does not occur inside this configuration set ...
We handle it more gracefully - and return an empty item instead of throwing