Skip to content

Commit

Permalink
[bug-68379] add signing support for classificationlabels
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914808 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Dec 20, 2023
1 parent 7e5e9fc commit 2f25c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ protected static boolean isSignedRelationship(String relationshipType) {
*/
private static final Set<String> signed = Stream.of(
"activeXControlBinary", "aFChunk", "attachedTemplate", "attachedToolbars", "audio", "calcChain", "chart", "chartColorStyle",
"chartLayout", "chartsheet", "chartStyle", "chartUserShapes", "commentAuthors", "comments", "connections", "connectorXml",
"chartLayout", "chartsheet", "chartStyle", "chartUserShapes", "classificationlabels", "commentAuthors", "comments", "connections", "connectorXml",
"control", "ctrlProp", "customData", "customData", "customProperty", "customXml", "diagram", "diagramColors",
"diagramColorsHeader", "diagramData", "diagramDrawing", "diagramLayout", "diagramLayoutHeader", "diagramQuickStyle",
"diagramQuickStyleHeader", "dialogsheet", "dictionary", "documentParts", "downRev", "drawing", "endnotes", "externalLink",
Expand Down

0 comments on commit 2f25c1a

Please sign in to comment.