You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2023/01/19 19:42:24 UTC

[openoffice] branch trunk updated (1f6d8dc738 -> aee1515dc2)

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

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


    from 1f6d8dc738 Removing libjpeg from ext_source since we bootstrap and use it later with a slightly different name.
     add b622dd6d9d Check validity of page descriptors
     add 908738a448 More checks
     add 272eca8e07 Detect some endless loops
     new aee1515dc2 Merge branch 'ppt' into trunk

The 1 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/filter/source/msfilter/msdffimp.cxx |  6 ++++
 main/filter/source/msfilter/svdfppt.cxx  | 12 ++++++++
 main/sd/source/filter/ppt/pptin.cxx      | 15 +++++++--
 main/svx/source/svdraw/svdoedge.cxx      |  2 +-
 main/svx/source/svdraw/svdpage.cxx       | 12 ++++++++
 main/vcl/source/gdi/bmpacc.cxx           | 53 +++++++++++++++++++-------------
 6 files changed, 74 insertions(+), 26 deletions(-)


[openoffice] 01/01: Merge branch 'ppt' into trunk

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit aee1515dc2ce875e47a044608d3b754cb6ffd559
Merge: 1f6d8dc738 272eca8e07
Author: Arrigo Marchiori <ar...@yahoo.it>
AuthorDate: Thu Jan 19 20:36:59 2023 +0100

    Merge branch 'ppt' into trunk
    
    This work was based on Zhangjiaxing's (@R0fM1a) reports.

 main/filter/source/msfilter/msdffimp.cxx |  6 ++++
 main/filter/source/msfilter/svdfppt.cxx  | 12 ++++++++
 main/sd/source/filter/ppt/pptin.cxx      | 15 +++++++--
 main/svx/source/svdraw/svdoedge.cxx      |  2 +-
 main/svx/source/svdraw/svdpage.cxx       | 12 ++++++++
 main/vcl/source/gdi/bmpacc.cxx           | 53 +++++++++++++++++++-------------
 6 files changed, 74 insertions(+), 26 deletions(-)