You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2021/10/01 11:38:36 UTC

[openoffice] branch trunk updated (7ef5488 -> 59d6557)

This is an automated email from the ASF dual-hosted git repository.

jim pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git.


    from 7ef5488  Remove shadow from preview in slide sorter (Draw/Impress)
     new 7af97f4  Do not add office:name attribute to automatic styles
     new 498c531  WIP: avoid to add duplicate attributes to XML tags
     new b37cf8c  Fix typo
     new ebd28ad  Raise an exception when attempting to add duplicate attributes
     new cc61290  Add some documentation
     new 59d6557  Merge pull request #122 from ardovm/bug128356

The 7592 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 main/xmloff/inc/xmloff/attrlist.hxx  | 114 +++++++++++++++++++++++++++++++++--
 main/xmloff/inc/xmloff/xmlexp.hxx    |  20 ++++--
 main/xmloff/source/core/attrlist.cxx |  18 ++++--
 main/xmloff/source/core/xmlexp.cxx   |  10 +--
 main/xmloff/source/text/txtparae.cxx |  16 ++---
 5 files changed, 152 insertions(+), 26 deletions(-)