~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/WP5ContentListener.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-14 11:01:45 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20130514110145-8g97krfs7eoqyuwl
Tags: 0.9.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include "WP5Listener.h"
32
32
#include "WPXContentListener.h"
33
33
#include "WP5SubDocument.h"
34
 
#include "WPXString.h"
35
34
#include "libwpd_internal.h"
36
 
#include "WPXDocumentInterface.h"
37
35
#include <vector>
38
36
 
39
37
typedef struct _WP5ContentParsingState WP5ContentParsingState;