[Libreoffice-commits] core.git: accessibility/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 22 06:08:13 UTC 2018
accessibility/source/extended/accessiblelistboxentry.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8ee959b4534835306741e5eeeed385cb2ee4152f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 21 19:11:11 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Nov 22 07:07:48 2018 +0100
Fix typo
Change-Id: Ia2b7cd5528a30626e69435354384ebf6fdf9627f
Reviewed-on: https://gerrit.libreoffice.org/63758
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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();
More information about the Libreoffice-commits
mailing list