skins/AknSkins/sdcsrc/SDCMBMOutput.cpp
changeset 50 c6286dcf6040
parent 0 05e9090e2422
child 64 ecb300a325e8
equal deleted inserted replaced
43:1951b3078691 50:c6286dcf6040
    49     else
    49     else
    50         {
    50         {
    51         fprintf( file, "%s.mbm\n", aBaseName );
    51         fprintf( file, "%s.mbm\n", aBaseName );
    52         }
    52         }
    53 
    53 
    54     for( int i=0; i<aData->iMbmVector.size(); i++ )
    54     for( unsigned int i=0; i<aData->iMbmVector.size(); i++ )
    55         {
    55         {
    56         TSDCMBMEntry* entry = aData->iMbmVector[i];
    56         TSDCMBMEntry* entry = aData->iMbmVector[i];
    57         if( (entry->iIndex>=16384) && (!aData->IsScalable()) )
    57         if( (entry->iIndex>=16384) && (!aData->IsScalable()) )
    58             {
    58             {
    59             throw CSDCException( ESDCContentError, "SVG icons require scalable skin" );
    59             throw CSDCException( ESDCContentError, "SVG icons require scalable skin" );