diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-21 19:11:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-22 07:07:48 +0100 |
commit | 8ee959b4534835306741e5eeeed385cb2ee4152f (patch) | |
tree | 740396423121dd87207e3aa58f99ab7e471a81f5 /accessibility | |
parent | b978f9f37529c2d1428dcd37221558374e95b8d1 (diff) |
Fix typo
Change-Id: Ia2b7cd5528a30626e69435354384ebf6fdf9627f
Reviewed-on: https://gerrit.libreoffice.org/63758
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/accessiblelistboxentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx index 4a74477badb6..3056b729e1c8 100644 --- a/accessibility/source/extended/accessiblelistboxentry.cxx +++ b/accessibility/source/extended/accessiblelistboxentry.cxx @@ -437,7 +437,7 @@ namespace accessibility { return getListBox()->GetEntryLongDescription( pEntry ); } - //want to cout the real column number in the list box. + //want to count the real column number in the list box. sal_uInt16 iRealItemCount = 0; sal_uInt16 iCount = 0; sal_uInt16 iTotleItemCount = pEntry->ItemCount(); |