Kaydet (Commit) be2f8b88 authored tarafından Henning Diedler's avatar Henning Diedler Kaydeden (comit) Thorsten Behrens

fdo#39468 Translate German strings.

Quality translation by certified German/English teacher.

Change-Id: I4684630004ad2846b6a5ba76e18d30831d20bc26
üst 7c1e28ea
......@@ -106,13 +106,13 @@ SdIOCompat::SdIOCompat(SvStream& rNewStream, sal_uInt16 nNewMode, sal_uInt16 nVe
if (nNewMode == STREAM_WRITE)
{
DBG_ASSERT(nVer != SDIOCOMPAT_VERSIONDONTKNOW,
"kann unbekannte Version nicht schreiben");
"can´t write unknown version");
rNewStream << nVersion;
}
else if (nNewMode == STREAM_READ)
{
DBG_ASSERT(nVer == SDIOCOMPAT_VERSIONDONTKNOW,
"Lesen mit Angabe der Version ist Quatsch!");
"referring to the version while reading is silly!");
rNewStream >> nVersion;
}
}
......
......@@ -2461,10 +2461,10 @@ void SwWW8ImplReader::StopApo()
DeleteAnchorStk();
pAnchorStck = pSFlyPara->pOldAnchorStck;
// Ist die Fly-Breite durch eine innenliegende Grafik vergroessert
// worden ( bei automatischer Breite des Flys ), dann muss die Breite
// des SW-Flys entsprechend umgesetzt werden, da der SW keine
// automatische Breite kennt.
// When inserting a graphic into the fly frame using the auto
// function, the extension of the SW-fly has to be set
// manually as the SW fly has no auto function to adjust the
// frame´s size.
if( pSFlyPara->nNewNettoWidth > MINFLY ) // BoxUpWidth ?
{
long nW = pSFlyPara->nNewNettoWidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment