package: Add pure virtual ZipPackageEntry::saveChild()

Desktop / LibreOffice - Matúš Kukan [collabora.com] - 23 October 2014 07:30 UTC

..and adapt what needs to be changed. So that, we can kill at least some usages of horrible ContentInfo struct.

1b3122a package: Add pure virtual ZipPackageEntry::saveChild()
package/inc/ZipPackageEntry.hxx | 17 ++-
package/inc/ZipPackageFolder.hxx | 24 ++--
package/inc/ZipPackageStream.hxx | 13 +-
package/source/zippackage/ZipPackage.cxx | 8 +-
package/source/zippackage/ZipPackageEntry.cxx | 5 +-
package/source/zippackage/ZipPackageFolder.cxx | 157 +++++++++++-------------
package/source/zippackage/ZipPackageStream.cxx | 11 +-
7 files changed, 116 insertions(+), 119 deletions(-)

Upstream: cgit.freedesktop.org


  • Share