diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-13 18:11:16 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-13 18:11:16 +0000 |
commit | 6d2853d9bd5041b2e2938d5bc4cf4657cb33e86e (patch) | |
tree | f08e93a912507121a85e0d0a8562d8b40633e5d2 /src | |
parent | 22315660ba0661679eef72805215fe8711968c07 (diff) | |
download | poi-6d2853d9bd5041b2e2938d5bc4cf4657cb33e86e.tar.gz poi-6d2853d9bd5041b2e2938d5bc4cf4657cb33e86e.zip |
[bug-66213] hack clone table code to avoid failing with edge cases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/resources/ooxml-lite-report.clazz | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/ooxml-lite-report.clazz b/src/resources/ooxml-lite-report.clazz index 811deff38a..b9916cc5cf 100644 --- a/src/resources/ooxml-lite-report.clazz +++ b/src/resources/ooxml-lite-report.clazz @@ -2513,3 +2513,7 @@ org/openxmlformats/schemas/drawingml/x2006/chart/CTDLblPos org/openxmlformats/schemas/drawingml/x2006/chart/STDLblPos$Enum org/openxmlformats/schemas/drawingml/x2006/chart/impl/STDLblPosImpl org/openxmlformats/schemas/drawingml/x2006/chart/STDLblPos +org/openxmlformats/schemas/spreadsheetml/x2006/main/impl/STTotalsRowFunctionImpl +org/openxmlformats/schemas/spreadsheetml/x2006/main/STTotalsRowFunction +org/openxmlformats/schemas/spreadsheetml/x2006/main/impl/CTTableFormulaImpl +org/openxmlformats/schemas/spreadsheetml/x2006/main/CTTableFormula |