mirror of https://github.com/apache/poi.git
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:
|
case 0x74:
|
||||||
// sprmCRgLid1
|
// sprmCRgLid1
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
logger.log( POILogger.DEBUG, "Unknown CHP sprm ignored: " + sprm );
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue