summaryrefslogtreecommitdiff
path: root/sw/source/core/text/redlnitr.cxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-12-11 10:05:15 +0000
committerAndreas Martens <ama@openoffice.org>2000-12-11 10:05:15 +0000
commiteced5faac874a15fc4f461f2b8b8a94fee3a2fc3 (patch)
tree5e5a784ef863bd78ec260cb6e8d7f7866c226737 /sw/source/core/text/redlnitr.cxx
parent0a63a8934d0d5ca51a4da619034264da147b8c7a (diff)
#81704#: Selection/travelling in doubleline portions
Diffstat (limited to 'sw/source/core/text/redlnitr.cxx')
-rw-r--r--sw/source/core/text/redlnitr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/text/redlnitr.cxx b/sw/source/core/text/redlnitr.cxx
index 7358bb152b3a..d32ec53f95c7 100644
--- a/sw/source/core/text/redlnitr.cxx
+++ b/sw/source/core/text/redlnitr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: redlnitr.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ama $ $Date: 2000-11-30 11:40:40 $
+ * last change: $Author: ama $ $Date: 2000-12-11 11:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -218,6 +218,7 @@ void SwAttrIter::CtorInit( SwTxtNode& rTxtNode )
}
nStartIndex = nEndIndex = nPos = nChgCnt = 0;
+ nPropFont = 0;
SwDoc* pDoc = rTxtNode.GetDoc();
const SwExtTextInput* pExtInp = pDoc->GetExtTextInput( rTxtNode );