From be02b450a60d05890d2f76c9ee4dcebbd7b11bb8 Mon Sep 17 00:00:00 2001 From: jp Date: Fri, 22 Feb 2002 11:00:10 +0000 Subject: Task #96739#: Autocorrect - set item for all scripts --- sw/inc/redline.hxx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'sw/inc/redline.hxx') diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 633c0ddbbbd0..20279d68d47d 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: redline.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fme $ $Date: 2001-04-27 13:29:06 $ + * last change: $Author: jp $ $Date: 2002-02-22 11:56:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,11 +68,14 @@ #include #endif +#define _SVSTDARR_USHORTS +#include + #ifndef _PAM_HXX -#include "pam.hxx" +#include #endif #ifndef _REDLENUM_HXX -#include "redlenum.hxx" // enums +#include #endif class SfxItemSet; @@ -112,9 +115,13 @@ public: class SwRedlineExtraData_Format : public SwRedlineExtraData { - USHORT nWhich; + SvUShorts aWhichIds; + + SwRedlineExtraData_Format( const SwRedlineExtraData_Format& rCpy ); + public: - SwRedlineExtraData_Format( USHORT nWhich ); + SwRedlineExtraData_Format( const SfxItemSet& rSet ); + virtual ~SwRedlineExtraData_Format(); virtual SwRedlineExtraData* CreateNew() const; virtual void Reject( SwPaM& rPam ) const; virtual int operator == ( const SwRedlineExtraData& ) const; -- cgit