summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-17 14:48:49 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-17 19:44:19 +0100
commit965527d76bc233b65795a5203029a65e28773e3b (patch)
treef56ebe5d6c334e1d7d9b9d1bad74c031b3d39c39
parentfd921767d93467c5e1785783b377c539b1fdc3ee (diff)
Translate German variable names
Akt -> Current in txtnode Change-Id: I5f8c615c0caf96d51077aba5b27ee68bbe6f3b72 Reviewed-on: https://gerrit.libreoffice.org/49902 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 67c8a8975485..a442be331735 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -2034,10 +2034,10 @@ OUString SwTextNode::InsertText( const OUString & rStr, const SwIndex & rIdx,
&& (*pEndIdx == pHt->GetStart()) )
{
pHt->GetStart() = pHt->GetStart() - nLen;
- const size_t nAktLen = m_pSwpHints->Count();
+ const size_t nCurrentLen = m_pSwpHints->Count();
m_pSwpHints->DeleteAtPos(i);
InsertHint( pHt/* AUTOSTYLES:, SetAttrMode::NOHINTADJUST*/ );
- if ( nAktLen > m_pSwpHints->Count() && i )
+ if ( nCurrentLen > m_pSwpHints->Count() && i )
{
--i;
}