From 5e8afce13ad39f56d0a982e9328aefe7e66ed316 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:07:08 +0000 Subject: INTEGRATION: CWS tune05 (1.6.48); FILE MERGED 2004/07/21 16:11:22 cmc 1.6.48.1: #i30554# SwTable::GetBoxName unused --- sw/inc/swtable.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 679f9509a2a0..f91e52b7e0af 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swtable.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-01 07:39:38 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:07:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -206,10 +206,6 @@ public: SwTableSortBoxes& GetTabSortBoxes() { return aSortCntBoxes; } const SwTableSortBoxes& GetTabSortBoxes() const { return aSortCntBoxes; } - // gebe den Zellnamen zu der angebenen Row/Col zurueck. Das ist - // nur fuer ausgeglichene Tabellen interessant, weil diese keine - // "Sub"Boxen kennen. Es wird z.B. aus (0,0) ein "A1". - static String GetBoxName( USHORT nRow, USHORT nCol ); // lese die 1. Nummer und loesche sie aus dem String // (wird von GetTblBox und SwTblFld benutzt) static USHORT _GetBoxNum( String& rStr, BOOL bFirst = FALSE ); -- cgit