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

« back to all changes in this revision

Viewing changes to src/lib/WP3UnsupportedVariableLengthGroup.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:
13
13
 *
14
14
 * You should have received a copy of the GNU Library General Public
15
15
 * License along with this library; if not, write to the Free Software
16
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
17
17
 *
18
18
 * For further information visit http://libwpd.sourceforge.net
19
19
 */
34
34
{
35
35
public:
36
36
        WP3UnsupportedVariableLengthGroup(WPXInputStream *input);
37
 
        virtual void parse(WP3HLListener *listener) {}
 
37
        virtual void parse(WP3Listener *listener) {}
38
38
};
39
39
 
40
40
#endif /* WP3UNSUPPORTEDVARIABLELENGTHGROUP_H */