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

« back to all changes in this revision

Viewing changes to src/lib/WP3SingleByteFunction.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:
65
65
        void parse(WP3Listener *listener);      
66
66
};
67
67
 
 
68
class WP3CondensedTabFunction : public WP3SingleByteFunction
 
69
{
 
70
public:
 
71
        void parse(WP3Listener *listener);
 
72
};
 
73
 
 
74
class WP3CondensedBackTabFunction : public WP3SingleByteFunction
 
75
{
 
76
public:
 
77
        void parse(WP3Listener *listener);
 
78
};
 
79
 
 
80
class WP3CondensedIndentFunction : public WP3SingleByteFunction
 
81
{
 
82
public:
 
83
        void parse(WP3Listener *listener);
 
84
};
 
85
 
 
86
class WP3CondensedLRIndentFunction : public WP3SingleByteFunction
 
87
{
 
88
public:
 
89
        void parse(WP3Listener *listener);
 
90
};
 
91
 
68
92
#endif /* WP3SINGLEBYTEFUNCTION_H */