summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2002-01-31 13:00:09 +0000
committerAndreas Martens <ama@openoffice.org>2002-01-31 13:00:09 +0000
commite93b730be089d0a52d70db74b92b2f103840bbc8 (patch)
tree54914a1e477979938dbd3704c5f69ad5fcec8364 /sw/source/core
parent393a164020dadc0ed8f767a37a6afdbc0a9c4abe (diff)
Opt.: Unused local variables removed
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/crsr/trvltbl.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/crsr/trvltbl.cxx b/sw/source/core/crsr/trvltbl.cxx
index 213ad0c0c55e..c201149e77d1 100644
--- a/sw/source/core/crsr/trvltbl.cxx
+++ b/sw/source/core/crsr/trvltbl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: trvltbl.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:17 $
+ * last change: $Author: ama $ $Date: 2002-01-31 14:00:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,7 +219,6 @@ FASTBOOL SwCrsrShell::SelTblRow()
SET_CURR_SHELL( this );
// lasse ueber das Layout die Boxen suchen
- Point aPt( pTblFrm->Frm().Left(), pTblFrm->Frm().Right() );
SwSelBoxes aBoxes;
SwTblSearchType eType = TBLSEARCH_ROW;
@@ -262,7 +261,6 @@ FASTBOOL SwCrsrShell::SelTblCol()
SET_CURR_SHELL( this );
// lasse ueber das Layout die Boxen suchen
- Point aPt( pTblFrm->Frm().Top(), pTblFrm->Frm().Bottom() );
SwSelBoxes aBoxes;
SwTblSearchType eType = TBLSEARCH_COL;
if( !IsReadOnlyAvailable() )