From 2e2788f11ad2f7d365979fdf8744de8bff466d43 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:02:58 +0000 Subject: INTEGRATION: CWS tune05 (1.3.12); FILE MERGED 2004/07/21 10:17:29 cmc 1.3.12.1: #i30554# redundant SwIndexReg::MoveIdx --- sw/inc/index.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sw/inc/index.hxx') diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx index e83556b47355..8067b1bcdc82 100644 --- a/sw/inc/index.hxx +++ b/sw/inc/index.hxx @@ -2,9 +2,9 @@ * * $RCSfile: index.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-06-11 08:53:35 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:02:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -174,9 +174,6 @@ protected: BOOL HasAnyIndex() const { return 0 != pFirst; } - // fuer das Move am RegArray: - void MoveIdx( const SwIndex& rOldPos, const SwIndex& rNewPos ); - public: SwIndexReg(); #ifndef PRODUCT -- cgit