summaryrefslogtreecommitdiff
path: root/sw/inc/redlnaut.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:30:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:30:35 +0000
commitefc1f70977069a0b822ef4fa55e9cdd751153569 (patch)
tree3c278367030ea21b098f184078aeeb1af487036c /sw/inc/redlnaut.hxx
parent3706c2178f9eac81fb74d2a8a906508bd7544db1 (diff)
INTEGRATION: CWS writercorehandoff (1.2.750); FILE MERGED
2005/09/13 11:50:21 tra 1.2.750.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:14 fme 1.2.750.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/redlnaut.hxx')
-rw-r--r--sw/inc/redlnaut.hxx19
1 files changed, 2 insertions, 17 deletions
diff --git a/sw/inc/redlnaut.hxx b/sw/inc/redlnaut.hxx
index 181e42b71701..d8c69836e6ec 100644
--- a/sw/inc/redlnaut.hxx
+++ b/sw/inc/redlnaut.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: redlnaut.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:06:46 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:30:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,21 +59,6 @@ public:
~SwRedlineAuthor();
SwRedlineAuthor& operator=( const SwRedlineAuthor& );
-
- const String& GetAuthor() const { return sAuthor; }
-
- SfxItemSet& GetInsAttrSet() const { return *pInsAttrSet; }
- SfxItemSet& GetDelAttrSet() const { return *pDelAttrSet; }
- SfxItemSet& GetFmtAttrSet() const { return *pFmtAttrSet; }
-
- const Color& GetChgLineColor() const { return aChgLineColor; }
- void SetChgLineColor( const Color& rCol ) { aChgLineColor = rCol; }
-
- SwHoriOrient GetChgLineOrient() const { return eChgLineOrient; }
- void SetChgLineOrient( SwHoriOrient eVal ) { eChgLineOrient = eVal; }
-
- BYTE GetDelChar() const { return cDelChar; }
- void SetDelChar( BYTE cCh = 0 ) { cDelChar = cCh; }
};