~ubuntu-branches/ubuntu/natty/libwpd/natty

« back to all changes in this revision

Viewing changes to src/lib/WP6VariableLengthGroup.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:
41
41
 
42
42
 
43
43
WP6VariableLengthGroup::WP6VariableLengthGroup() :
 
44
        m_subGroup(0),
 
45
        m_size(0),
 
46
        m_flags(0),
44
47
        m_numPrefixIDs(0),
45
 
        m_prefixIDs(0)
 
48
        m_prefixIDs(0),
 
49
        m_sizeNonDeletable(0)
46
50
{
47
51
}
48
52