summaryrefslogtreecommitdiff
path: root/sw/inc/redlnaut.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:08:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:08:58 +0000
commit430a7a514860484043afaa38f809e36ebe077580 (patch)
tree78ced3c5406a877c4ce459dd25f948e71a537997 /sw/inc/redlnaut.hxx
parent0f619e9c90b7d663a58f9b6581528ba13c81c0b6 (diff)
INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED
2007/04/03 12:57:07 tl 1.4.242.2: #i69287# warning-free code 2007/02/27 13:06:36 tl 1.4.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/redlnaut.hxx')
-rw-r--r--sw/inc/redlnaut.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/redlnaut.hxx b/sw/inc/redlnaut.hxx
index d8c69836e6ec..b53fffb5bc69 100644
--- a/sw/inc/redlnaut.hxx
+++ b/sw/inc/redlnaut.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: redlnaut.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:30:35 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:08:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,13 +45,14 @@
#include "swtypes.hxx"
class SfxItemSet;
+class SwAttrPool;
class SwRedlineAuthor
{
String sAuthor;
Color aChgLineColor;
SfxItemSet *pInsAttrSet, *pDelAttrSet, *pFmtAttrSet;
- SwHoriOrient eChgLineOrient;
+ short eChgLineOrient;
BYTE cDelChar;
public:
SwRedlineAuthor( SwAttrPool& rPool, const String& );