summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2001-07-26 14:56:01 +0000
committerCaolán McNamara <cmc@openoffice.org>2001-07-26 14:56:01 +0000
commit740f347bc2db885563f7fe261a6790d2f24bae7b (patch)
tree321d14c91ae57c1e091143b7ed8ba2ddbccbe874 /sw/inc/tblsel.hxx
parentcc09cdad5f773eae78e40e8da4020baaec0773a5 (diff)
#i1154# Export IsEmptyBox
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index e9c471c472df..668e879f708f 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tblsel.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $
+ * last change: $Author: cmc $ $Date: 2001-07-26 15:55:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,6 +151,8 @@ void GetMergeSel( const SwPaM& rPam, SwSelBoxes& rBoxes,
USHORT CheckMergeSel( const SwPaM& rPam );
USHORT CheckMergeSel( const SwSelBoxes& rBoxes );
+BOOL IsEmptyBox( const SwTableBox& rBox, SwPaM& rPam );
+
// teste ob ein Split oder InsertCol dazu fuehrt, das eine Box
// kleiner als MINLAY wird.
BOOL CheckSplitCells( const SwCrsrShell& rShell, USHORT nDiv,