summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.cxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-05-22 17:02:41 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-06-08 21:51:30 +0200
commitd54e5878243c2368592b2cd1611c5bf3ca141099 (patch)
tree7389bc8c4b4647a7417c5aa378973640c73aa616 /sw/source/core/txtnode/fntcap.cxx
parent3a7cabb436f12599b0670dab594ae3c25b208e4f (diff)
sw_redlinehide: convert font/SwDrawTextInfo/SwFntObj headers
Change-Id: If5d7ef45cf1c722728c4f31dd1390ce5d76aa255
Diffstat (limited to 'sw/source/core/txtnode/fntcap.cxx')
-rw-r--r--sw/source/core/txtnode/fntcap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/fntcap.cxx b/sw/source/core/txtnode/fntcap.cxx
index 8bc703817a21..caf897e6f520 100644
--- a/sw/source/core/txtnode/fntcap.cxx
+++ b/sw/source/core/txtnode/fntcap.cxx
@@ -206,9 +206,9 @@ void SwDoGetCapitalBreak::Do()
}
}
-sal_Int32 SwFont::GetCapitalBreak( SwViewShell const * pSh, const OutputDevice* pOut,
+TextFrameIndex SwFont::GetCapitalBreak( SwViewShell const * pSh, const OutputDevice* pOut,
const SwScriptInfo* pScript, const OUString& rText, long const nTextWidth,
- const sal_Int32 nIdx, const sal_Int32 nLen )
+ TextFrameIndex const nIdx, TextFrameIndex const nLen)
{
// Start:
Point aPos( 0, 0 );
@@ -372,7 +372,7 @@ void SwDoCapitalCursorOfst::Do()
}
}
-sal_Int32 SwSubFont::GetCapitalCursorOfst( SwDrawTextInfo& rInf )
+TextFrameIndex SwSubFont::GetCapitalCursorOfst( SwDrawTextInfo& rInf )
{
const long nOldKern = rInf.GetKern();
rInf.SetKern( CheckKerning() );