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

« back to all changes in this revision

Viewing changes to src/lib/WP42ContentListener.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:
54
54
        void attributeChange(const bool isOn, const uint8_t attribute);
55
55
        void marginReset(const uint8_t leftMargin, const uint8_t rightMargin);
56
56
        void headerFooterGroup(const uint8_t headerFooterDefinition, WP42SubDocument *subDocument);
57
 
        void suppressPageCharacteristics(const uint8_t suppressCode) {}
 
57
        void suppressPageCharacteristics(const uint8_t /* suppressCode */) {}
58
58
        void endDocument() { WPXContentListener::endDocument(); };
59
59
 
60
60
protected:
64
64
        void _changeList() {};
65
65
 
66
66
private:
 
67
        WP42ContentListener(const WP42ContentListener&);
 
68
        WP42ContentListener& operator=(const WP42ContentListener&);
67
69
        WP42ContentParsingState *m_parseState;
68
70
        std::vector<WP42SubDocument *> &m_subDocuments;
69
71
};