From aa5e023705ac4ceeb24f3c7c17bd84c334dbf87b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:05:17 +0000 Subject: INTEGRATION: CWS tune05 (1.6.54); FILE MERGED 2004/07/22 11:05:41 cmc 1.6.54.1: #i30554# unused ctor --- sw/inc/redline.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sw/inc/redline.hxx') diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 76ed359f49c2..1677dfe0a06f 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: redline.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-05-25 16:21:38 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:05:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -221,7 +221,6 @@ class SwRedline : public SwPaM public: SwRedline( SwRedlineType eType, const SwPaM& rPam ); - SwRedline( SwRedlineType eTyp, const SwPosition& rPos ); SwRedline( const SwRedlineData& rData, const SwPaM& rPam ); SwRedline( const SwRedlineData& rData, const SwPosition& rPos ); // fuer sw3io: pData geht in eigenen Besitz ueber! -- cgit