output warning if some CHPX SPRMs were ignored

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-09-21 15:32:43 +00:00
parent 12af4909f3
commit 6f68b64151
1 changed files with 3 additions and 0 deletions

View File

@ -620,6 +620,9 @@ public final class CharacterSprmUncompressor extends SprmUncompressor
case 0x74:
// sprmCRgLid1
break;
default:
logger.log( POILogger.DEBUG, "Unknown CHP sprm ignored: " + sprm );
break;
}
}