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

« back to all changes in this revision

Viewing changes to src/lib/WPDocument.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2008-02-12 15:22:12 UTC
  • mfrom: (1.2.1 upstream) (10.1.5 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080212152212-beh3l4ahg9b4o3lj
Tags: 0.8.14-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
public:
45
45
        static WPDConfidence isFileFormatSupported(WPXInputStream *input, bool partialContent);
46
46
        static WPDResult parse(WPXInputStream *input, WPXHLListenerImpl *listenerImpl);
47
 
        //static void parse(WPXInputStream *input, WPXHLListenerImpl *listenerImpl, WPXFileType fileType);
48
 
        //WPXFileType getFileType(WPXInputStream *input)
49
47
};
50
48
 
51
49
#endif /* WPDOCUMENT_H */