diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:26:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 728ec86062c13c4994a15bf4bee810db7094c8bb (patch) | |
tree | 71da33ccd7d65d0a7c0eaf4d6ad10f66c12ae3c5 /offapi/com/sun/star/ui | |
parent | 9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (diff) |
Typo: s/cant/can't/
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/XAcceleratorConfiguration.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl index 6524441821e4..b8957b205cc2 100644 --- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl +++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl @@ -114,7 +114,7 @@ interface XAcceleratorConfiguration </p> <p> - Note: This method cant be used to remove entities from the configuration set. + Note: This method can't be used to remove entities from the configuration set. Empty parameters will result into an exception! Use the method removeKeyEvent() instead. </p> @@ -164,7 +164,7 @@ interface XAcceleratorConfiguration where the specified command is registered for. @throws ::com::sun::star::lang::IllegalArgumentException - if the specified command is empty. It cant be checked, if a command + if the specified command is empty. It can't be checked, if a command is valid - because every URL schema can be used here. @throws ::com::sun::star::container::NoSuchElementException @@ -189,11 +189,11 @@ interface XAcceleratorConfiguration Instead to the method getKeyEventsForCommand() the returned list contains only one(!) key event bound to one(!) requested command. If more then one key event is bound to a command - a selection is done inside this method. - This internal selection cant be influenced from outside. + This internal selection can't be influenced from outside. </p> @attention Because its not defined, that any command (e.g. configured inside a menu) - must have an accelerator - we cant reject the call if at least one command + 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 and exception. @@ -208,7 +208,7 @@ interface XAcceleratorConfiguration @throws ::com::sun::star::lang::IllegalArgumentException if at least one of the specified commands is empty. - It cant be checked, if a command is valid - + It can't be checked, if a command is valid - because every URL schema can be used here. */ sequence< any > getPreferredKeyEventsForCommandList( [in] sequence< string > lCommandList ) |