~ubuntu-branches/ubuntu/edgy/libwpd/edgy-security

« back to all changes in this revision

Viewing changes to src/lib/WP3AttributeGroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2005-12-09 16:20:02 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051209162002-6yx3aa0jrh06oocj
Tags: 0.8.4-2
* re-autogen to fix hppa build
* update automake builddep and add autoconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *
15
15
 * You should have received a copy of the GNU Library General Public
16
16
 * License along with this library; if not, write to the Free Software
17
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
17
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
18
18
 *
19
19
 * For further information visit http://libwpd.sourceforge.net
20
20
 */
32
32
{
33
33
 public:
34
34
        WP3AttributeGroup(WPXInputStream *input, uint8_t groupID);      
35
 
        virtual void parse(WP3HLListener *listener);
 
35
        virtual void parse(WP3Listener *listener);
36
36
        
37
37
 protected:
38
38
        virtual void _readContents(WPXInputStream *input);