summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Sz <phillip.szelat@gmail.com>2015-07-02 20:55:58 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:15:13 +0000
commit918d3e30d7ff91387d9de55156a4c1364cc7b58c (patch)
tree091bc44787a5f87eac989669572b7f21579942fc
parent1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (diff)
tdf#39468 Translate German Comments - filter/source/graphicfilter/eps/eps.cxx
Change-Id: Id86b7082b17a4cd702d6ab92fbeaa9ec8288d14a Reviewed-on: https://gerrit.libreoffice.org/16715 Reviewed-by: Daniel L. Robertson <danlrobertson89@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--filter/source/graphicfilter/eps/eps.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/graphicfilter/eps/eps.cxx b/filter/source/graphicfilter/eps/eps.cxx
index a3b4dc8a3fc5..38460b92b68d 100644
--- a/filter/source/graphicfilter/eps/eps.cxx
+++ b/filter/source/graphicfilter/eps/eps.cxx
@@ -58,7 +58,7 @@ using namespace ::com::sun::star::uno;
#define PS_RET 2
#define PS_WRAP 4
-// -----------------------------Feld-Typen-------------------------------
+// -----------------------------field-types------------------------------
struct ChrSet
{
@@ -240,7 +240,7 @@ public:
~PSWriter();
};
-//========================== Methoden von PSWriter ==========================
+//========================== methods from PSWriter ==========================
@@ -2221,7 +2221,7 @@ void PSWriter::ImplSetAttrForText( const Point& rPoint )
mpPS->WriteCharPtr( "sf " );
}
if ( eTextAlign != ALIGN_BASELINE )
- { // PostScript kennt kein FontAlignment
+ { // PostScript does not know about FontAlignment
if ( eTextAlign == ALIGN_TOP ) // -> so I assume that
aPoint.Y() += ( aSize.Height() * 4 / 5 ); // the area under the baseline
else if ( eTextAlign == ALIGN_BOTTOM ) // is about 20% of the font size
@@ -2845,7 +2845,7 @@ bool PSWriter::ImplGetBoundingBox( double* nNumb, sal_uInt8* pSource, sal_uLong
return bRetValue;
}
-//================== GraphicExport - die exportierte Funktion ================
+//================== GraphicExport - the exported function ===================
// this needs to be kept in sync with
// ImpFilterLibCacheEntry::GetImportFunction() from