diff options
author | Andras Timar <atimar@suse.com> | 2013-02-20 17:24:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-20 17:25:30 +0100 |
commit | b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch) | |
tree | 0fc40179b95c3fb5511afdff378217b3bf4a818b /accessibility | |
parent | 28300209604ee1bb8e5050322b29e95a07f679d8 (diff) |
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx b/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx index fe28f36fedf5..226fb01c8e2a 100644 --- a/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx +++ b/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx @@ -31,7 +31,7 @@ typedef ::cppu::ImplHelper1< /** This class represents non editable text fields. The object passed to the constructor is expected to be a list (a <type>ListBox</type> to be - more specific). From this allways the selected item is token to be made + more specific). From this always the selected item is token to be made accessible by this class. When the selected item changes then also the exported text changes. */ |