Change-Id: Ia2b7cd5528a30626e69435354384ebf6fdf9627f
Reviewed-on: https://gerrit.libreoffice.org/63758
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2018-11-21 19:11:11 +01:00
committed by Julien Nabet
parent b978f9f375
commit 8ee959b453

View File

@@ -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();