lib/openxml/docx/elements/paragraph.rb in openxml-docx-0.10.1 vs lib/openxml/docx/elements/paragraph.rb in openxml-docx-0.10.2

- old
+ new

@@ -36,9 +36,10 @@ property :indentation property :numbering property :shading property :spacing property :tabs + property :section def section_properties=(section) raise ArgumentError, "Section properties must be an instance of OpenXml::Docx::Section" unless section.is_a?(OpenXml::Docx::Section) @section_properties = section end