From 48129f15527cb185dd45e8b769344a493bbb762d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Jan 2002 16:41:38 +0000 Subject: #96488# WW8 sprmCHpsPos is 2 bytes not 1 --- sw/source/filter/ww8/ww8scan.cxx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'sw/source/filter') diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index c57d7061eff2..f947c63adf9c 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ww8scan.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: cmc $ $Date: 2002-01-10 14:00:35 $ + * last change: $Author: cmc $ $Date: 2002-01-15 17:41:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -504,12 +504,6 @@ DateTime WW8ScannerBase::WW8DTTM2DateTime(long lDTTM) return aDateTime; } -void WW8_BRC::clear() -{ - *(USHORT *)aBits1=0; - *(USHORT *)aBits2=0; -} - short WW8_BRC::DetermineBorderProperties( BOOL bVer67, short *pSpace, BYTE *pCol, short *pIdx ) const { @@ -6005,7 +5999,7 @@ static SprmInfo aWwSprmTab[] = { 0x2A42, 1, L_FIX, // "sprmCIco" chp.ico;ico;byte; 0x4A43, 2, L_FIX, // "sprmCHps" chp.hps;hps;byte; ACHTUNG: ich nehme mal lieber ein: word; 0x2A44, 1, L_FIX, // "sprmCHpsInc" chp.hps;(see below);byte; - 0x4845, 1, L_FIX, // "sprmCHpsPos" chp.hpsPos;hps;byte; + 0x4845, 2, L_FIX, // "sprmCHpsPos" chp.hpsPos;hps;short; (doc wrong) 0x2A46, 1, L_FIX, // "sprmCHpsPosAdj" chp.hpsPos;hps (see below);byte; 0xCA47, 0, L_VAR, // "sprmCMajority" chp.fBold, chp.fItalic, chp.fSmallCaps, chp.fVanish, chp.fStrike, chp.fCaps, chp.rgftc, chp.hps, chp.hpsPos, chp.kul, chp.dxaSpace, chp.ico, chp.rglid;complex (see below);variable length, length byte plus size of following grpprl; 0x2A48, 1, L_FIX, // "sprmCIss" chp.iss;iss;byte; -- cgit v1.2.3