diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:07:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:07:08 +0000 |
commit | 5e8afce13ad39f56d0a982e9328aefe7e66ed316 (patch) | |
tree | e371ed288346b7768ff89e526270d608a6905774 /sw/inc/swtable.hxx | |
parent | c4789ddf61a376b2cf0aff3f0485059a9784398e (diff) |
INTEGRATION: CWS tune05 (1.6.48); FILE MERGED
2004/07/21 16:11:22 cmc 1.6.48.1: #i30554# SwTable::GetBoxName unused
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 8 |
1 files 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 ); |