~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to src/lib/WP3MiscellaneousGroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2008-02-12 15:22:12 UTC
  • mfrom: (1.2.1 upstream) (10.1.5 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080212152212-beh3l4ahg9b4o3lj
Tags: 0.8.14-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#define WP3MISCELLANEOUSGROUP_H
29
29
 
30
30
#include "WP3VariableLengthGroup.h"
 
31
#include "libwpd_internal.h"
31
32
 
32
33
class WP3MiscellaneousGroup : public WP3VariableLengthGroup
33
34
{
42
43
        uint16_t m_pageWidth;
43
44
        uint16_t m_pageHeight;
44
45
        WPXFormOrientation m_pageOrientation;
45
 
        bool m_isPersistent;
46
46
};
47
47
 
48
48
#endif /* WP3MISCELLANEOUSGROUP_H */