[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann sbergman at redhat.com
Mon Jan 25 03:29:53 PST 2016


 vcl/inc/jobset.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d6466c7e001acece5ce48092c73dfce5c1fa5684
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 25 12:28:52 2016 +0100

    Translate german comment
    
    Change-Id: I7ff417f1a556c935314e103d9622b2c513165ad7

diff --git a/vcl/inc/jobset.h b/vcl/inc/jobset.h
index 5e86d8b..0948020 100644
--- a/vcl/inc/jobset.h
+++ b/vcl/inc/jobset.h
@@ -51,10 +51,10 @@ struct ImplJobSetup
     std::unordered_map< OUString, OUString, OUStringHash > maValueMap;
 };
 
-// Papierformat wird wenn PAPER_USER im unabhaengigen Teil automatisch aus
-// Papierbreite/hoehe berechnet
-// Papierbreite/hoehe wird wenn 0 im unabhaengigen Teil automatisch aus
-// Papierformat berechnet, wenn dieses ungleich PAPER_USER ist
+// If paper format is PAPER_USER, in the system-independent part it will
+// automatically be computed from paper width/height.
+// If paper width/height is 0, in the system-independent part it will
+// automatically be computed from paper format, if the latter is not PAPER_USER.
 
 #endif // INCLUDED_VCL_INC_JOBSET_H
 


More information about the Libreoffice-commits mailing list