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

« back to all changes in this revision

Viewing changes to src/lib/WP3UnsupportedFixedLengthGroup.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:
26
26
#include "WP3UnsupportedFixedLengthGroup.h"
27
27
#include "libwpd_internal.h"
28
28
 
29
 
WP3UnsupportedFixedLengthGroup::WP3UnsupportedFixedLengthGroup(WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID)
 
29
WP3UnsupportedFixedLengthGroup::WP3UnsupportedFixedLengthGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID)
30
30
        : WP3FixedLengthGroup(groupID)
31
31
{
32
32
        _read(input, encryption);