summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortdynres.cxx')
-rw-r--r--ucb/source/sorter/sortdynres.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx
index dfd99daa0f15..7d8fef03c82c 100644
--- a/ucb/source/sorter/sortdynres.cxx
+++ b/ucb/source/sorter/sortdynres.cxx
@@ -380,14 +380,14 @@ void SortedDynamicResultSet::impl_disposing()
void SortedDynamicResultSet::SendNotify()
{
- long nCount = maActions.Count();
+ sal_Int32 nCount = maActions.Count();
if ( nCount && mxListener.is() )
{
Sequence< ListAction > aActionList( maActions.Count() );
ListAction *pActionList = aActionList.getArray();
- for ( long i=0; i<nCount; i++ )
+ for ( sal_Int32 i=0; i<nCount; i++ )
{
pActionList[ i ] = *(maActions.GetAction( i ));
}