diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-13 15:32:03 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-13 15:32:03 +0000 |
commit | 839594b73e201df99850dc07ab726893bf36d156 (patch) | |
tree | bb57bf168cca4bf022048f81055f507dcae41304 /src | |
parent | 7301e841c7acde26553057579449d786014c2807 (diff) | |
download | poi-839594b73e201df99850dc07ab726893bf36d156.tar.gz poi-839594b73e201df99850dc07ab726893bf36d156.zip |
[bug-66212] try to remove package part for table when removing table
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/resources/ooxml-lite-report.clazz | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/resources/ooxml-lite-report.clazz b/src/resources/ooxml-lite-report.clazz index a8fb87693f..811deff38a 100644 --- a/src/resources/ooxml-lite-report.clazz +++ b/src/resources/ooxml-lite-report.clazz @@ -2504,3 +2504,12 @@ com/microsoft/schemas/office/drawing/x2008/diagram/CTGroupShapeNonVisual com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTShapeImpl com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTShapeNonVisualImpl com/microsoft/schemas/office/drawing/x2008/diagram/CTShapeNonVisual +org/openxmlformats/schemas/drawingml/x2006/chart/impl/CTBubbleChartImpl +org/openxmlformats/schemas/drawingml/x2006/chart/CTBubbleChart +org/openxmlformats/schemas/drawingml/x2006/chart/CTBubbleSer +org/openxmlformats/schemas/drawingml/x2006/chart/impl/CTBubbleSerImpl +org/openxmlformats/schemas/drawingml/x2006/chart/impl/CTDLblPosImpl +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 |