equal
deleted
inserted
replaced
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" ); |