~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to src/lib/WP3VariableLengthGroup.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-06-11 23:56:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060611235617-ce504k38fuqe8twa
Tags: 0.8.5-2
* dpatch'ize 
* add patch from upstream fixing WP5 font handling regression

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libwpd
2
 
 * Copyright (C) 2004 Marc Maurer (j.m.maurer@student.utwente.nl)
 
2
 * Copyright (C) 2004 Marc Maurer (uwog@uwog.net)
3
3
 * Copyright (C) 2004-2005 Fridrich Strba (fridrich.strba@bluewin.ch)
4
4
 *  
5
5
 * This library is free software; you can redistribute it and/or
32
32
#include "WP3FontGroup.h"
33
33
#include "WP3DefinitionGroup.h"
34
34
#include "WP3DisplayGroup.h"
 
35
#include "WP3HeaderFooterGroup.h"
35
36
#include "WP3FootnoteEndnoteGroup.h"
36
37
#include "WP3TablesGroup.h"
37
38
#include "libwpd_internal.h"
56
57
                        return new WP3FontGroup(input);
57
58
                case WP3_DEFINITION_GROUP:
58
59
                        return new WP3DefinitionGroup(input);
 
60
                case WP3_HEADER_FOOTER_GROUP:
 
61
                        return new WP3HeaderFooterGroup(input);
59
62
                case WP3_FOOTNOTE_ENDNOTE_GROUP:
60
63
                        return new WP3FootnoteEndnoteGroup(input);
61
64
                case WP3_DISPLAY_GROUP: