diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-27 13:17:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-27 13:17:27 +0000 |
commit | e959b817a2a7598236822707b86a527791bf8f36 (patch) | |
tree | 8c775620358c8f38745ccbb621c00f24c83f5a5c /svx/inc | |
parent | ccbed9ee842613e246e4c7b568812ce355b26e52 (diff) |
INTEGRATION: CWS westportfilterteam26 (1.13.46); FILE MERGED
2004/03/02 12:12:00 mmaher 1.13.46.2: RESYNC: (1.13-1.14); FILE MERGED
2004/02/18 16:59:57 cmc 1.13.46.1: #i16185# the svx rtf filter needs to know about the underlying stream to be able to read the binary \bin embedded junk
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svxrtf.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/inc/svxrtf.hxx b/svx/inc/svxrtf.hxx index 7eeb26f2bd18..e6bd72563c15 100644 --- a/svx/inc/svxrtf.hxx +++ b/svx/inc/svxrtf.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svxrtf.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2004-02-26 15:53:07 $ + * last change: $Author: obo $ $Date: 2004-04-27 14:17:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,7 +159,7 @@ struct SvxRTFPictureType } nMode; USHORT nType; - USHORT uPicLen; + sal_uInt32 uPicLen; USHORT nWidth, nHeight; USHORT nGoalWidth, nGoalHeight; USHORT nBitsPerPixel; @@ -248,6 +248,7 @@ struct RTFPardAttrMapIds class SvxRTFParser : public SvRTFParser { + SvStream &rStrm; SvxRTFColorTbl aColorTbl; SvxRTFFontTbl aFontTbl; SvxRTFStyleTbl aStyleTbl; |