diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-30 14:57:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-30 20:58:27 +0200 |
commit | 79c28873d6e1175c4b33352dd5c1dbba81d2c3ee (patch) | |
tree | 0ade433eb493649daddf7bd57e621638506aafd0 /sd | |
parent | 8c9dcfcfe58aba692b8a75efeb2b73928e764b2f (diff) |
Translate German comments and debug strings (leftovers)
Change-Id: I4ab8fbae47037f6e21c51713d1c51aaa5dc61f40
Reviewed-on: https://gerrit.libreoffice.org/42967
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index a025423adddc..4af42241a0cb 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -1587,7 +1587,7 @@ bool PPTWriter::ImplCreatePresentationPlaceholder( const bool bMasterPage, aPropOpt.CreateShapeProperties( mXShape ); aPropOpt.Commit( *mpStrm ); mpPptEscherEx->AddAtom( 8, ESCHER_ClientAnchor ); - mpStrm->WriteInt16( maRect.Top() ).WriteInt16( maRect.Left() ).WriteInt16( maRect.Right() ).WriteInt16( maRect.Bottom() ); // oben, links, rechts, unten ???? + mpStrm->WriteInt16( maRect.Top() ).WriteInt16( maRect.Left() ).WriteInt16( maRect.Right() ).WriteInt16( maRect.Bottom() ); // top, left, right, bottom ???? mpPptEscherEx->OpenContainer( ESCHER_ClientData ); mpPptEscherEx->AddAtom( 8, EPP_OEPlaceholderAtom ); mpStrm->WriteUInt32( 0 ) // PlacementID |