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

« back to all changes in this revision

Viewing changes to src/lib/WP3HeaderFooterGroup.h

  • 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:
37
37
        void parse(WP3Listener *listener);
38
38
 
39
39
private:
 
40
        WP3HeaderFooterGroup(const WP3HeaderFooterGroup&);
 
41
        WP3HeaderFooterGroup& operator=(const WP3HeaderFooterGroup&);
40
42
        uint8_t m_definition;
41
43
        WP3SubDocument *m_subDocument;  
42
44
};