Skip to content

Commit 1e2305c

Browse files
committed
Comment out UI attributes in level
1 parent 4d55dea commit 1e2305c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/openxml/docx/elements/level.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ class Level < OpenXml::Docx::Element
77

88
with_namespace :w do
99
attribute :level, expects: :integer, displays_as: :ilvl
10-
attribute :tplc
11-
attribute :tentative
10+
# The following are "UI attributes:" tplc is an entirely opaque
11+
# Word "template code" and "tenative" just means it wasn't used but
12+
# was generated anyway.
13+
# attribute :tplc
14+
# attribute :tentative
1215
end
1316

1417
value_property :start

0 commit comments

Comments
 (0)