summaryrefslogtreecommitdiff
path: root/sw/source/core/text/redlnitr.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-10-30 09:20:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-10-30 09:20:33 +0000
commit87cd157f0a81e60b7b6527c7f075d05980cee01c (patch)
treebfa4089be77d3314c209daf1dfc9fc9a0c4cde85 /sw/source/core/text/redlnitr.cxx
parent5501d2af33ec98b34b05e802e63b890cfdfb04c0 (diff)
INTEGRATION: CWS writerteamqbugs (1.33.164); FILE MERGED
2003/08/25 07:49:37 fme 1.33.164.1: #110852# Set correct font for line numbering
Diffstat (limited to 'sw/source/core/text/redlnitr.cxx')
-rw-r--r--sw/source/core/text/redlnitr.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/core/text/redlnitr.cxx b/sw/source/core/text/redlnitr.cxx
index 53cc20ca878c..593e23f5c829 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.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 14:29:48 $
+ * last change: $Author: rt $ $Date: 2003-10-30 10:20:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,9 +152,6 @@
using namespace ::com::sun::star;
-extern BYTE WhichFont( xub_StrLen nIdx, const String* pTxt,
- const SwScriptInfo* pSI );
-
/*************************************************************************
* SwAttrIter::CtorInit()
*************************************************************************/
@@ -204,7 +201,7 @@ void SwAttrIter::CtorInit( SwTxtNode& rTxtNode, SwScriptInfo& rScrInf, SwTxtFrm*
if ( pBreakIt->xBreak.is() )
{
- pFnt->SetActual( WhichFont( 0, 0, pScriptInfo ) );
+ pFnt->SetActual( SwScriptInfo::WhichFont( 0, 0, pScriptInfo ) );
xub_StrLen nChg = 0;
USHORT nCnt = 0;