summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.cxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-03-19 14:58:50 +0000
committerAndreas Martens <ama@openoffice.org>2001-03-19 14:58:50 +0000
commit3e92ccda17e22a954424c1a5336dbf3a81463dc0 (patch)
treecb0a4b5db817ffd4043b880394c591fc50936ad4 /sw/source/core/text/itratr.cxx
parentf4fa0ce131e309548db43a01b1507caa1b69dc2e (diff)
Opt(FME): Rotate, doubleline and Ruby handling
Diffstat (limited to 'sw/source/core/text/itratr.cxx')
-rw-r--r--sw/source/core/text/itratr.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx
index bb6e61d1b071..10485d3bc6e8 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.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: ama $ $Date: 2001-03-15 15:52:54 $
+ * last change: $Author: ama $ $Date: 2001-03-19 15:58:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -292,7 +292,8 @@ sal_Bool SwAttrIter::SeekStartAndChg( OutputDevice *pOut, const sal_Bool bParaFo
pRedln->LeaveExtend( *pFnt, 0 );
// Gehe zurueck auf Start ...
- pFnt->SetFnt( pAttrSet );
+ aAttrHandler.Reset();
+ pFnt->SetFnt( aAttrHandler );
pFnt->GetTox() = 0;
pFnt->GetRef() = 0;
nStartIndex = nEndIndex = nPos = nChgCnt = 0;
@@ -401,7 +402,8 @@ sal_Bool SwAttrIter::Seek( const xub_StrLen nNewPos )
// Gehe zurueck auf Start ...
if( pRedln )
pRedln->Clear( NULL );
- pFnt->SetFnt( pAttrSet );
+ aAttrHandler.Reset();
+ pFnt->SetFnt( aAttrHandler );
pFnt->GetTox() = 0;
pFnt->GetRef() = 0;
if( nPropFont )