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:
parent
12af4909f3
commit
6f68b64151
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user