summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrtxt.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-27 23:03:33 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-29 11:37:46 +0100
commit4023e69403d707d00d39bd3ec5ef4b5292e62ad8 (patch)
treee6133c1c9589c3be1b1f5db2e55c0717006e32ca /sw/source/core/text/itrtxt.cxx
parentc090ecc4aa43004ef6da8dce3ba1e00cc778be4d (diff)
sw: translate Netto to Net
Change-Id: Ia9a11eb8266b602c334b774d4794ff71d29754bc
Diffstat (limited to 'sw/source/core/text/itrtxt.cxx')
-rw-r--r--sw/source/core/text/itrtxt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itrtxt.cxx b/sw/source/core/text/itrtxt.cxx
index 0aa7075eff01..058a41e691dd 100644
--- a/sw/source/core/text/itrtxt.cxx
+++ b/sw/source/core/text/itrtxt.cxx
@@ -248,11 +248,11 @@ sal_uInt16 SwTxtCursor::AdjustBaseLine( const SwLineLayout& rLine,
// centered inside the whole line.
//for text refactor
- const sal_uInt16 nLineNetto = rLine.Height() - nRubyHeight;
- //const sal_uInt16 nLineNetto = ( nPorHeight > nGridWidth ) ?
+ const sal_uInt16 nLineNet = rLine.Height() - nRubyHeight;
+ //const sal_uInt16 nLineNet = ( nPorHeight > nGridWidth ) ?
// rLine.Height() - nRubyHeight :
// nGridWidth;
- nOfst += ( nLineNetto - nPorHeight ) / 2;
+ nOfst += ( nLineNet - nPorHeight ) / 2;
if ( bRubyTop )
nOfst += nRubyHeight;
}