https://bugs.documentfoundation.org/show_bug.cgi?id=166141

--- Comment #2 from Justin L <[email protected]> ---
17.15.1.55 linkStyles (Automatically Update Styles From Document Template)

This element specifies that styles in the given document shall be updated to
match the styles in the attached template specified using the attachedTemplate
element (§17.15.1.6) when the document is opened by a hosting application. This
setting enables the styles contained in documents with attached templates to
stay
synchronized with the styles used in the attached template.
If this element is omitted, then styles shall not be updated based on the
document template regardless of its availability. If the attached template
cannot be located or is not a valid file, then this setting should be silently
ignored.

[Example: Consider a WordprocessingML document which should always update its
styles with those defined in the document's attached template. This requirement
would be specified using the following WordprocessingML in the document
settings:
<w:settings>
  <w:linkStyles w:val="true" />
  <w:attachedTemplate r:id="rId10" />
…
</w:settings>


It seems like the key here is "If the attached template cannot be located or is
not a valid file, then this setting should be silently ignored." If there is NO
attachedTemplate listed, then YES - update using the builtin Word defaults.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to