lib/openxml/docx/elements/control.rb in openxml-docx-0.10.6 vs lib/openxml/docx/elements/control.rb in openxml-docx-0.11.0.rc

- old
+ new

@@ -1,8 +1,8 @@ module OpenXml module Docx module Elements - class Control < Element + class Control < OpenXml::Docx::Element attribute :id, expects: :string, namespace: :r with_namespace :w do attribute :unique_name, expects: :string, displays_as: :name attribute :shape_id, expects: :string, displays_as: :shapeid