summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-05-27 18:37:03 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-06 13:46:09 +0200
commitabe5a1a55fa56e4db60421861a50671c9f9c4de9 (patch)
tree633c3f99e86256bc3df9a155d1339e88988c593d /filter
parenttdf#117984 Make MapMode thread-safe (diff)
downloadcore-abe5a1a55fa56e4db60421861a50671c9f9c4de9.tar.gz
core-abe5a1a55fa56e4db60421861a50671c9f9c4de9.zip
Translate German comments and debug strings
And correct a few comments (translation and grammar) Change-Id: Ifafa521c683e9ca65aeba8031cd4cbfc1fadc137 Reviewed-on: https://gerrit.libreoffice.org/54888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index b6e5b74a3293..2d263a6e7d16 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -826,12 +826,12 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi
MSO_TextFlow eTextFlow = static_cast<MSO_TextFlow>( GetPropertyValue( DFF_Prop_txflTextFlow, 0 ) & 0xFFFF );
switch( eTextFlow )
{
- case mso_txflBtoT : // Bottom to Top non-@, unten -> oben
+ case mso_txflBtoT : // Bottom to Top non-@
nTextRotationAngle += 9000;
break;
- case mso_txflTtoBA : /* #68110# */ // Top to Bottom @-font, oben -> unten
- case mso_txflTtoBN : // Top to Bottom non-@, oben -> unten
- case mso_txflVertN : // Vertical, non-@, oben -> unten
+ case mso_txflTtoBA : /* #68110# */ // Top to Bottom @-font
+ case mso_txflTtoBN : // Top to Bottom non-@
+ case mso_txflVertN : // Vertical, non-@, top to bottom
bVerticalText = !bVerticalText; // nTextRotationAngle += 27000;
break;
// case mso_txflHorzN : // Horizontal non-@, normal