diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:56:27 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:01 +0200 |
commit | cc1352243e4c69c60851df901d2491fff91c2cb4 (patch) | |
tree | 7b212e847e310075523cee1b46deab1cf837cc92 /offapi | |
parent | 50add4f2e64bf82f8a2fb92cc29c1f818b3ba3cb (diff) |
typo: accesible -> accessible
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/XStatusbarItem.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/XStatusbarItem.idl b/offapi/com/sun/star/ui/XStatusbarItem.idl index 9080b95715a2..2e02d322a628 100644 --- a/offapi/com/sun/star/ui/XStatusbarItem.idl +++ b/offapi/com/sun/star/ui/XStatusbarItem.idl @@ -91,7 +91,7 @@ interface XStatusbarItem */ [attribute] string QuickHelpText; - /** the accesible name of the status bar item + /** the accessible name of the status bar item */ [attribute] string AccessibleName; |