~ubuntu-branches/ubuntu/karmic/libwpd/karmic

« back to all changes in this revision

Viewing changes to src/lib/WP6HeaderFooterGroup.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:
28
28
#include "libwpd_internal.h"
29
29
 
30
30
WP6HeaderFooterGroup::WP6HeaderFooterGroup(WPXInputStream *input) :
31
 
        WP6VariableLengthGroup()
 
31
        WP6VariableLengthGroup(),
 
32
        m_occurenceBits(0)
32
33
{
33
34
        _read(input);
34
35
}