~ubuntu-branches/ubuntu/maverick/libwpd/maverick

« back to all changes in this revision

Viewing changes to src/lib/WPXContentListener.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-11-21 17:45:38 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121174538-ue68b9jzc5y8wq8e
Tags: 0.8.12-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add debian/patches/gcc43.diff and build rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
 
192
192
        float _movePositionToFirstColumn(float position);
193
193
 
 
194
        const float _getNextTabStop() const;
 
195
        const float _getPreviousTabStop() const;
194
196
private:
195
197
        WPXContentListener(const WPXContentListener&);
196
198
        WPXContentListener& operator=(const WPXContentListener&);