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

« back to all changes in this revision

Viewing changes to src/lib/WP6CharacterGroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
        uint8_t m_flags;
141
141
        uint16_t m_width;
142
142
        uint16_t m_leftGutter;
143
 
        uint16_t m_rigthGutter;
 
143
        uint16_t m_rightGutter;
144
144
        uint32_t m_attributes;
145
145
        uint8_t m_alignment;
146
146
        uint16_t m_absPosFromRight;
157
157
        void parse(WP6Listener *listener);
158
158
 
159
159
 private:
 
160
        WP6CharacterGroup(const WP6CharacterGroup&);
 
161
        WP6CharacterGroup& operator=(const WP6CharacterGroup&);
160
162
        WP6VariableLengthGroup_SubGroup *m_subGroupData;
161
163
 
162
164
};