diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlFixedTextModel.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/text/AccessibleParagraphView.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XAcceleratorConfiguration.idl | 4 |
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 |