Kaydet (Commit) d8e1ef68 authored tarafından Michael Stahl's avatar Michael Stahl

sw_redlinehide: trivial conversions in porlin.cxx

Change-Id: Iac5e40c045a7a71c446c2eb1181f375e88df2011
üst a5b1a09c
...@@ -227,7 +227,7 @@ TextFrameIndex SwLinePortion::GetCursorOfst(const sal_uInt16 nOfst) const ...@@ -227,7 +227,7 @@ TextFrameIndex SwLinePortion::GetCursorOfst(const sal_uInt16 nOfst) const
if( nOfst > ( PrtWidth() / 2 ) ) if( nOfst > ( PrtWidth() / 2 ) )
return GetLen(); return GetLen();
else else
return 0; return TextFrameIndex(0);
} }
SwPosSize SwLinePortion::GetTextSize( const SwTextSizeInfo & ) const SwPosSize SwLinePortion::GetTextSize( const SwTextSizeInfo & ) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment