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

« back to all changes in this revision

Viewing changes to src/lib/WP6FillStylePacket.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-01-11 15:15:57 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070111151557-rn1kysabqbccx3as
Tags: 0.8.8-2
run make check for stream check; build-depend on libcppunit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        WP6FillStylePacket(WPXInputStream *input, int id, uint32_t dataOffset, uint32_t dataSize);
39
39
        ~WP6FillStylePacket();
40
40
        void _readContents(WPXInputStream *input);
41
 
        void parse(WP6Listener *listener) const {}
 
41
        void parse(WP6Listener * /* listener */) const {}
42
42
        const RGBSColor * getFgColor() const { return &m_fgColor; }
43
43
        const RGBSColor * getBgColor() const { return &m_bgColor; }
44
44
private: