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

« back to all changes in this revision

Viewing changes to src/lib/WP6PageGroup.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:
31
31
 
32
32
WP6PageGroup::WP6PageGroup(WPXInputStream *input) :
33
33
        WP6VariableLengthGroup(),
34
 
        m_margin(0)
 
34
        m_margin(0),
 
35
        m_marginType(0),
 
36
        m_suppressedCode(0),
 
37
        m_formLength(0),
 
38
        m_formWidth(0),
 
39
        m_formType(0),
 
40
        m_formOrientation(PORTRAIT)
35
41
{
36
42
        _read(input);
37
43
}