summaryrefslogtreecommitdiff
path: root/framework/source/classes/droptargetlistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/droptargetlistener.cxx')
-rw-r--r--framework/source/classes/droptargetlistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/droptargetlistener.cxx b/framework/source/classes/droptargetlistener.cxx
index 69226cba3162..d3aad90c5c0d 100644
--- a/framework/source/classes/droptargetlistener.cxx
+++ b/framework/source/classes/droptargetlistener.cxx
@@ -107,7 +107,7 @@ void SAL_CALL DropTargetListener::drop( const css::datatransfer::dnd::DropTarget
// at first check filelist format
if ( aHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ) )
{
- ULONG i, nCount = aFileList.Count();
+ sal_uLong i, nCount = aFileList.Count();
for ( i = 0; i < nCount; ++i )
implts_OpenFile( aFileList.GetFile(i) );
bFormatFound = sal_True;