~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/lib/WP5AttributeGroup.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "WP5AttributeGroup.h"
27
27
#include "libwpd_internal.h"
28
28
 
29
 
WP5AttributeGroup::WP5AttributeGroup(WPXInputStream *input, uint8_t groupID)
30
 
        : WP5FixedLengthGroup(groupID)
 
29
WP5AttributeGroup::WP5AttributeGroup(WPXInputStream *input, uint8_t groupID) :
 
30
        WP5FixedLengthGroup(groupID),
 
31
        m_attribute(0)
31
32
{
32
33
        _read(input);
33
34
}