mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
34d7f18db4
commit
b8e9241a94
@ -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…
x
Reference in New Issue
Block a user