Kaydet (Commit) b4571ca4 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Markus Mohrhard

Translate German variable names

Akt -> Current in Excel filter (fontbuff)

Change-Id: I7c969fc17e08efff7a446bf6e11ec0ccccce4c82
Reviewed-on: https://gerrit.libreoffice.org/49194Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 2488768e
......@@ -42,16 +42,16 @@ void LotusFontBuffer::Fill( const sal_uInt8 nIndex, SfxItemSet& rItemSet )
{
sal_uInt8 nIntIndex = nIndex & 0x07;
ENTRY* pAkt = pData + nIntIndex;
ENTRY* pCurrent = pData + nIntIndex;
if( pAkt->pFont )
rItemSet.Put( *pAkt->pFont );
if( pCurrent->pFont )
rItemSet.Put( *pCurrent->pFont );
if( pAkt->pHeight )
rItemSet.Put( *pAkt->pHeight );
if( pCurrent->pHeight )
rItemSet.Put( *pCurrent->pHeight );
if( pAkt->pColor )
rItemSet.Put( *pAkt->pColor );
if( pCurrent->pColor )
rItemSet.Put( *pCurrent->pColor );
if( nIndex & 0x08 )
{
......
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