summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-06-12 06:15:52 +0000
committerMichael Brauer <mib@openoffice.org>2001-06-12 06:15:52 +0000
commit8884154ffce7d546a07cf8ce2f3545b9d25710ee (patch)
tree7466cdbef0c6fc91adbcb0f8c4d5f406ab99e831 /sw/inc/unotbl.hxx
parent8d8913dc1618713c04212b6cea36519d08743c59 (diff)
#86004#: performance: check cursor position using start node
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index b2dcf0da9147..e8040a12ec02 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotbl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-06-05 07:43:18 $
+ * last change: $Author: mib $ $Date: 2001-06-12 07:15:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,7 @@ class SwXCell : public SwXCellBaseClass,
const SwStartNode* pStartNode; // only set in XML import
protected:
+ virtual const SwStartNode *GetStartNode() const;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > createCursor();
sal_Bool IsValid();
public: