~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/WP60Header.cpp

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-08-08 00:35:26 UTC
  • mfrom: (11.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20140808003526-7pku3062w50cnsod
Tags: 0.10.0-2
* upload to unstable

* fix debian/copyright for MPL-2.0 | LGPL-2.1+ dual-license 

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "WP6FileStructure.h"
29
29
#include "libwpd_internal.h"
30
30
 
31
 
WP60Header::WP60Header(WPXInputStream *input, WPXEncryption *encryption, uint32_t documentOffset, uint8_t productType,
32
 
                       uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption)
 
31
WP60Header::WP60Header(librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned documentOffset, unsigned char productType,
 
32
                       unsigned char fileType, unsigned char majorVersion, unsigned char minorVersion, unsigned short documentEncryption)
33
33
        :       WP6Header(input, encryption, documentOffset, productType, fileType, majorVersion, minorVersion, documentEncryption)
34
34
{
35
35
        _readIndexInformation(input, encryption);