summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-28 14:37:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-28 14:37:41 +0000
commit23c5fe8e46788d0e848fd71083113325dd3a7365 (patch)
tree5487fc5459d4e25b9f5aea8688faed1dbd05bc58 /sw/inc/tblsel.hxx
parent6416ea60acf90aba4ae4270c0deac25057895adc (diff)
INTEGRATION: CWS swnewtable (1.8.532); FILE MERGED
2007/02/06 12:42:23 ama 1.8.532.1: #i4032#: New table model
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index 11d995af605a..bfa0e78ce063 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tblsel.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:19:35 $
+ * last change: $Author: vg $ $Date: 2007-02-28 15:37:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,6 +208,7 @@ public:
//mitbekommen.
void SaveChartData( const SwTable &rTable );
void RestoreChartData( const SwTable &rTable );
+ void ClearLineBehind() { pLineBehind = 0; }
};