diff options
Diffstat (limited to 'idl/source/prj/command.cxx')
-rwxr-xr-x | idl/source/prj/command.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 67a532531855..616ed98d182a 100755 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -264,7 +264,7 @@ SvCommand::SvCommand( int argc, char ** argv ) StringList aList; if( ResponseFile( &aList, argc, argv ) ) - for( sal_uIntPtr i = 1; i < aList.Count(); i++ ) + for( sal_uLong i = 1; i < aList.Count(); i++ ) { String aParam( *aList.GetObject( i ) ); sal_Unicode aFirstChar( aParam.GetChar(0) ); |