~ubuntu-branches/ubuntu/feisty/libwpd/feisty

« back to all changes in this revision

Viewing changes to src/lib/WP6HLListener.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2004-08-10 00:37:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040810003747-5i7g92h2v88z70zo
Tags: 0.7.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                
42
42
        // for getting low-level messages from the parser
43
43
        virtual void undoChange(const guint8 undoType, const guint16 undoLevel);
44
 
        bool isUndoOn() { return m_isUndoOn; }
45
 
 
46
 
private:
47
 
        bool m_isUndoOn;
48
44
};
49
45
 
50
46
#endif /* WP6HLLISTENER_H */