~ubuntu-branches/ubuntu/trusty/libodfgen/trusty-proposed

« back to all changes in this revision

Viewing changes to src/InternalHandler.hxx

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-22 15:17:31 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130522151731-0ihrnt8y3sob5e1g
Tags: 0.0.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <libwpd/libwpd.h>
30
30
#include <libwpd/WPXProperty.h>
31
31
#include <libwpd/WPXString.h>
 
32
#include <libodfgen/libodfgen.hxx>
32
33
#include "DocumentElement.hxx"
33
 
#include "OdfDocumentHandler.hxx"
34
34
 
35
35
class InternalHandler : public OdfDocumentHandler
36
36
{