sc/source/filter/excel/namebuff.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit ac3757b8becabc56081f9a454275ccc10bca2cda Author: Johnny_M <kla...@partyheld.de> Date: Sun Feb 4 00:48:57 2018 +0100 Translate German variable names Akt -> Current in Excel filter (namebuff) Change-Id: Idf36f8e19bb96b1d71edb49138c0ab36856c73ce Reviewed-on: https://gerrit.libreoffice.org/49192 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/filter/excel/namebuff.cxx b/sc/source/filter/excel/namebuff.cxx index e08a46653666..b25edaa010dd 100644 --- a/sc/source/filter/excel/namebuff.cxx +++ b/sc/source/filter/excel/namebuff.cxx @@ -33,15 +33,15 @@ sal_uInt32 StringHashEntry::MakeHashCode( const OUString& r ) { sal_uInt32 n = 0; - const sal_Unicode* pAkt = r.getStr(); - sal_Unicode cAkt = *pAkt; + const sal_Unicode* pCurrent = r.getStr(); + sal_Unicode cCurrent = *pCurrent; - while( cAkt ) + while( cCurrent ) { n *= 70; - n += static_cast<sal_uInt32>(cAkt); - pAkt++; - cAkt = *pAkt; + n += static_cast<sal_uInt32>(cCurrent); + pCurrent++; + cCurrent = *pCurrent; } return n; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits