From 8ee959b4534835306741e5eeeed385cb2ee4152f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 21 Nov 2018 19:11:11 +0100 Subject: [PATCH] Fix typo Change-Id: Ia2b7cd5528a30626e69435354384ebf6fdf9627f Reviewed-on: https://gerrit.libreoffice.org/63758 Tested-by: Jenkins Reviewed-by: Julien Nabet --- accessibility/source/extended/accessiblelistboxentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();