WPXPropertyList.h   WPXPropertyList.h 
skipping to change at line 53 skipping to change at line 53
virtual ~WPXPropertyList(); virtual ~WPXPropertyList();
void insert(const char *name, WPXProperty *prop); void insert(const char *name, WPXProperty *prop);
void insert(const char *name, const char *val); void insert(const char *name, const char *val);
void insert(const char *name, const int val); void insert(const char *name, const int val);
void insert(const char *name, const bool val); void insert(const char *name, const bool val);
void insert(const char *name, const WPXString &val); void insert(const char *name, const WPXString &val);
void insert(const char *name, const double val, const WPXUnit units = WPX_INCH); void insert(const char *name, const double val, const WPXUnit units = WPX_INCH);
void remove(const char *name); void remove(const char *name);
const WPXProperty *operator[](const char *name) const; const WPXProperty *operator[](const char *name) const;
const WPXPropertyList &operator=(const WPXPropertyList &propList); WPXPropertyList &operator=(const WPXPropertyList &propList);
void clear(); void clear();
class Iter class Iter
{ {
public: public:
Iter(const WPXPropertyList &propList); Iter(const WPXPropertyList &propList);
virtual ~Iter(); virtual ~Iter();
void rewind(); void rewind();
bool next(); bool next();
bool last(); bool last();
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 WPXStream.h   WPXStream.h 
skipping to change at line 32 skipping to change at line 32
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXSTREAM_H #ifndef WPXSTREAM_H
#define WPXSTREAM_H #define WPXSTREAM_H
enum WPX_SEEK_TYPE enum WPX_SEEK_TYPE
{ {
WPX_SEEK_CUR, WPX_SEEK_CUR,
WPX_SEEK_SET WPX_SEEK_SET,
WPX_SEEK_END
}; };
class WPXInputStream class WPXInputStream
{ {
public: public:
WPXInputStream() {} WPXInputStream() {}
virtual ~WPXInputStream() {} virtual ~WPXInputStream() {}
/** /**
Analyses the content of the input stream to see whether it is an OLE 2 storage. Analyses the content of the input stream to see whether it is an OLE 2 storage.
 End of changes. 1 change blocks. 
1 lines changed or deleted 2 lines changed or added


 libwpd-stream.h   libwpd-stream.h 
skipping to change at line 31 skipping to change at line 31
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef LIBWPD_STREAM_H #ifndef LIBWPD_STREAM_H
#define LIBWPD_STREAM_H #define LIBWPD_STREAM_H
#define LIBWPD_STREAM_VERSION_MAJOR 0 #define LIBWPD_STREAM_VERSION_MAJOR 0
#define LIBWPD_STREAM_VERSION_MINOR 9 #define LIBWPD_STREAM_VERSION_MINOR 9
#define LIBWPD_STREAM_VERSION_REVISION 4 #define LIBWPD_STREAM_VERSION_REVISION 5
#define LIBWPD_STREAM_VERSION_STRING "0.9.4" #define LIBWPD_STREAM_VERSION_STRING "0.9.5"
#include "WPXStream.h" #include "WPXStream.h"
#include "WPXStreamImplementation.h" #include "WPXStreamImplementation.h"
#endif /* LIBWPD_STREAM_H */ #endif /* LIBWPD_STREAM_H */
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 libwpd.h   libwpd.h 
skipping to change at line 32 skipping to change at line 32
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef LIBWPD_H #ifndef LIBWPD_H
#define LIBWPD_H #define LIBWPD_H
#define LIBWPD_VERSION_MAJOR 0 #define LIBWPD_VERSION_MAJOR 0
#define LIBWPD_VERSION_MINOR 9 #define LIBWPD_VERSION_MINOR 9
#define LIBWPD_VERSION_REVISION 4 #define LIBWPD_VERSION_REVISION 5
#define LIBWPD_VERSION_STRING "0.9.4" #define LIBWPD_VERSION_STRING "0.9.5"
#include "WPXDocumentInterface.h" #include "WPXDocumentInterface.h"
#include "WPDocument.h" #include "WPDocument.h"
#endif /* LIBWPD_H */ #endif /* LIBWPD_H */
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/