summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2002-02-22 11:00:10 +0000
committerjp <jp@openoffice.org>2002-02-22 11:00:10 +0000
commitbe02b450a60d05890d2f76c9ee4dcebbd7b11bb8 (patch)
treef7ec68e5ed675eb5f22fcfb9747021732d510f5c /sw/inc/redline.hxx
parent5ab77f67e7334124aafacc250eb9c90bdd43b571 (diff)
Task #96739#: Autocorrect - set item for all scripts
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx19
1 files changed, 13 insertions, 6 deletions
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 <tools/string.hxx>
#endif
+#define _SVSTDARR_USHORTS
+#include <svtools/svstdarr.hxx>
+
#ifndef _PAM_HXX
-#include "pam.hxx"
+#include <pam.hxx>
#endif
#ifndef _REDLENUM_HXX
-#include "redlenum.hxx" // enums
+#include <redlenum.hxx>
#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;