summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-07-17 08:11:33 +0000
committerFrank Meies <fme@openoffice.org>2001-07-17 08:11:33 +0000
commit221c5dc5269cd480c4d4771e3de13339c47c7ab4 (patch)
treee972b9b90be19c6d019d0ca79be686e96efbcbba /sw/source/core/text/itratr.cxx
parented83447e75df5ac22030a68ccbd1677789bd08e5 (diff)
Fix #89771#: Attributes for special portions (number, footnote, drop caps) at beginning of paragraph
Diffstat (limited to 'sw/source/core/text/itratr.cxx')
-rw-r--r--sw/source/core/text/itratr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx
index ddd9755ef598..c75256e37494 100644
--- a/sw/source/core/text/itratr.cxx
+++ b/sw/source/core/text/itratr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itratr.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: fme $ $Date: 2001-07-12 11:19:17 $
+ * last change: $Author: fme $ $Date: 2001-07-17 09:11:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1057,7 +1057,7 @@ USHORT SwTxtNode::GetScalingOfSelectedText( xub_StrLen nStt, xub_StrLen nEnd )
// search for a text frame this node belongs to
SwClientIter aClientIter( *(SwTxtNode*)this );
SwClient* pLast = aClientIter.GoStart();
- SwTxtFrm* pFrm;
+ SwTxtFrm* pFrm = 0;
while( pLast )
{