summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-05-11 05:18:47 +0000
committerMichael Stahl <mstahl@redhat.com>2017-05-11 12:09:43 +0200
commitaf0be282bb6dab9c4071223e7f47684f2d404717 (patch)
treeb03aced4cf1aaa567eaee53f8ebb2d68067c7f62
parente6f2952fc359eaf25d4b4dae52a0a380e7a95463 (diff)
tdf#39468: Translate German comments in sw/source/filter/ww8/wrtw8esh.cxx
Change-Id: I0fe20381756dcc891c60fbf03f3cfd91719cdc61 Reviewed-on: https://gerrit.libreoffice.org/37490 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 2114edf02989..da6023a18345 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -2215,12 +2215,12 @@ void SwBasicEscherEx::Init()
MapUnit eMap = MapUnit::MapTwip;
if (SwDrawModel *pModel = rWrt.m_pDoc->getIDocumentDrawModelAccess().GetDrawModel())
{
- // PPT arbeitet nur mit Einheiten zu 576DPI
- // WW hingegen verwendet twips, dh. 1440DPI.
+ // PPT works only with units of 576DPI
+ // WW however is using twips, i.e 1440DPI.
eMap = pModel->GetScaleUnit();
}
- // MS-DFF-Properties sind grossteils in EMU (English Metric Units) angegeben
+ // MS-DFF-Properties mostly are in EMU (English Metric Units)
// 1mm=36000emu, 1twip=635emu
Fraction aFact(360, 1);
aFact /= GetMapFactor(MapUnit::Map100thMM, eMap).X();