summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorGolnaz Irannejad <golnaz.irannejad@gmail.com>2013-04-01 21:06:21 -0400
committerAndras Timar <atimar@suse.com>2013-04-02 06:47:04 +0000
commit4d858fff6b0980e82b36a7fe70a9e750ee9d53a2 (patch)
tree5da378bd3f87cd1922fbd40ad7828342bb7aab5f /vcl
parent07b0617a5af5f1d942595695b1e3f27dbaea6bf8 (diff)
Fix typo: addtional => additional in the comment.
Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876 Reviewed-on: https://gerrit.libreoffice.org/3165 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/lstbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/lstbox.cxx b/vcl/source/control/lstbox.cxx
index 9b157598f6f0..89de20bb4bcf 100644
--- a/vcl/source/control/lstbox.cxx
+++ b/vcl/source/control/lstbox.cxx
@@ -1197,7 +1197,7 @@ void ListBox::EnableMultiSelection( sal_Bool bMulti, sal_Bool bStackSelection )
// WB_SIMPLEMODE:
// The MultiListBox behaves just like a normal ListBox
- // MultiSelection is possible via corresponding addtional keys
+ // MultiSelection is possible via corresponding additional keys
sal_Bool bSimpleMode = ( GetStyle() & WB_SIMPLEMODE ) ? sal_True : sal_False;
mpImplLB->SetMultiSelectionSimpleMode( bSimpleMode );