summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-05 14:57:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-05 14:57:32 +0000
commiteda8a2351837412d589cbbce3f391de27bd62b0e (patch)
tree2f0cbe4966c55621490fe0a68f12a100540371ed /sw/inc/tblsel.hxx
parentd4a37cc1e8d053d5f5eea52f6e6390a0db27c12c (diff)
INTEGRATION: CWS os44 (1.6.162); FILE MERGED
2004/12/02 15:40:39 fme 1.6.162.1: #i35544# Enhanced table selection - Expand existing selection
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index 3e35d6db31f3..edb82889ba54 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tblsel.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:40:47 $
+ * last change: $Author: rt $ $Date: 2005-01-05 15:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,8 @@ void GetTblSel( const SwCursor& rCrsr, SwSelBoxes& rBoxes,
//wie vor, jedoch wird nicht von der Selektion sondern von den
//Start- EndFrms ausgegangen.
void GetTblSel( const SwLayoutFrm* pStart, const SwLayoutFrm* pEnd,
- SwSelBoxes& rBoxes, const SwTblSearchType = TBLSEARCH_NONE );
+ SwSelBoxes& rBoxes, SwCellFrms* pCells,
+ const SwTblSearchType = TBLSEARCH_NONE );
// Desgleichen nocheinmal direkt per PaM's
void GetTblSelCrs( const SwCrsrShell& rShell, SwSelBoxes& rBoxes );