[Libreoffice-commits] core.git: filter/source

Phillip Sz phillip.szelat at gmail.com
Fri Jul 3 02:15:45 PDT 2015


 filter/source/graphicfilter/eps/eps.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 918d3e30d7ff91387d9de55156a4c1364cc7b58c
Author: Phillip Sz <phillip.szelat at gmail.com>
Date:   Thu Jul 2 20:55:58 2015 +0200

    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 at gmail.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/filter/source/graphicfilter/eps/eps.cxx b/filter/source/graphicfilter/eps/eps.cxx
index a3b4dc8..38460b9 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


More information about the Libreoffice-commits mailing list