[libmwaw] branch upstream updated (d1c23e5 -> 5c009ba)

Rene Engelhard rene at moszumanska.debian.org
Sat Apr 1 20:23:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch upstream
in repository libmwaw.

      from  d1c23e5   New upstream version 0.3.10
       new  5c009ba   New upstream version 0.3.11

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


Summary of changes:
 CHANGES                                            |    5 +
 build/win32/libmwaw.dsp                            |   32 +
 build/win32/libmwaw.vcproj                         |   32 +
 build/win32/libmwaw.vcxproj                        |   20 +
 configure                                          |   26 +-
 configure.ac                                       |    2 +-
 inc/libmwaw/MWAWDocument.hxx                       |    2 +-
 libmwaw.spec                                       |    4 +-
 src/lib/MWAWDocument.cxx                           |    5 +-
 src/lib/MWAWFontConverter.cxx                      |  221 +-
 src/lib/MWAWHeader.cxx                             |    2 +
 src/lib/MWAWOLEParser.cxx                          |  173 +-
 src/lib/MWAWOLEParser.hxx                          |   13 +-
 src/lib/MWAWPresentationListener.cxx               |    2 +-
 src/lib/Makefile.am                                |    8 +
 src/lib/Makefile.in                                |   21 +-
 src/lib/PowerPoint1Parser.cxx                      |    2 +-
 src/lib/PowerPoint3OLE.cxx                         |  151 +-
 src/lib/PowerPoint3OLE.hxx                         |   15 +-
 src/lib/PowerPoint3Parser.cxx                      |   24 +-
 src/lib/PowerPoint7Graph.cxx                       | 2779 +++++++++++++++++++
 src/lib/PowerPoint7Graph.hxx                       |  196 ++
 src/lib/PowerPoint7Parser.cxx                      | 2876 ++++++++++++++++++++
 src/lib/PowerPoint7Parser.hxx                      |  228 ++
 .../helper/helper.h => lib/PowerPoint7Struct.cxx}  |   54 +-
 src/lib/PowerPoint7Struct.hxx                      |  139 +
 src/lib/PowerPoint7Text.cxx                        | 1582 +++++++++++
 src/lib/PowerPoint7Text.hxx                        |  155 ++
 src/lib/README                                     |    6 +-
 29 files changed, 8627 insertions(+), 148 deletions(-)
 create mode 100644 src/lib/PowerPoint7Graph.cxx
 create mode 100644 src/lib/PowerPoint7Graph.hxx
 create mode 100644 src/lib/PowerPoint7Parser.cxx
 create mode 100644 src/lib/PowerPoint7Parser.hxx
 copy src/{conv/helper/helper.h => lib/PowerPoint7Struct.cxx} (61%)
 create mode 100644 src/lib/PowerPoint7Struct.hxx
 create mode 100644 src/lib/PowerPoint7Text.cxx
 create mode 100644 src/lib/PowerPoint7Text.hxx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libmwaw.git



More information about the Pkg-openoffice-commits mailing list