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

« back to all changes in this revision

Viewing changes to src/lib/WPXStylesListener.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-07-15 11:58:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060715115812-v18efmdayby4clau
Tags: 0.8.6-1
* New upstream release
* swap maintainer/uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <vector>
33
33
#include <list>
34
34
 
35
 
class WPXStylesListener : public WPXListener
 
35
class WPXStylesListener : protected WPXListener
36
36
{
37
37
protected:
38
 
        WPXStylesListener(std::list<WPXPageSpan> &pageList, WPXHLListenerImpl *listenerImpl);
 
38
        WPXStylesListener(std::list<WPXPageSpan> &pageList);
39
39
        virtual ~WPXStylesListener();
40
 
 
41
 
        WPXHLListenerImpl * m_listenerImpl;
42
 
        std::list <WPXPageSpan> &m_pageList;
43
 
 
44
40
};
45
41
 
46
42
#endif /* WPXSTYLESLISTENER_H */