summaryrefslogtreecommitdiff
path: root/writerperfect/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 16:09:31 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 16:09:31 +0000
commit09bb586315ca91436cbba4b90bca91afd99ad57c (patch)
treefb29c0b892fe9f61a68caf620b073b46d631fb43 /writerperfect/source
parentaa1bb5818c69e39880c9dc30aaf4198ccb58719a (diff)
INTEGRATION: CWS libwpdupgrade (1.2.2); FILE MERGED
2005/02/02 20:44:46 rene 1.2.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/stream/WPXSvStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/stream/WPXSvStream.h b/writerperfect/source/stream/WPXSvStream.h
index a2cde7261b69..737424f85f0c 100644
--- a/writerperfect/source/stream/WPXSvStream.h
+++ b/writerperfect/source/stream/WPXSvStream.h
@@ -16,7 +16,7 @@ public:
virtual bool isOLEStream();
virtual WPXInputStream * getDocumentOLEStream();
- virtual const uint8_t *read(size_t numBytes);
+ virtual const uint8_t *read(size_t numBytes, size_t &numBytesRead);
virtual int seek(long offset, WPX_SEEK_TYPE seekType);
virtual long tell();
virtual bool atEOS();