summaryrefslogtreecommitdiff
path: root/sw/inc/unoredline.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-25 13:01:11 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-25 13:01:11 +0000
commit2ae3de4a6cb064c34ca0cc25feee2fce14c04a0f (patch)
tree2c84fef1ea354e2997d457d7727ca2cbb4caf4f6 /sw/inc/unoredline.hxx
parent251678336c3a348398b884b46fe2f18afb108008 (diff)
#88664# SwXRedlineText::GetStartNode() now implemented
Diffstat (limited to 'sw/inc/unoredline.hxx')
-rw-r--r--sw/inc/unoredline.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx
index 2a2b87e25d6c..83e4dfea1055 100644
--- a/sw/inc/unoredline.hxx
+++ b/sw/inc/unoredline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoredline.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2001-01-19 19:47:04 $
+ * last change: $Author: dvo $ $Date: 2001-06-25 14:01:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,7 @@ class SwXRedlineText :
public ::com::sun::star::container::XEnumerationAccess
{
SwNodeIndex aNodeIndex;
+ virtual const SwStartNode *GetStartNode() const;
public:
SwXRedlineText(SwDoc* pDoc, SwNodeIndex aNodeIndex);