diff options
author | Henning Diedler <henning.diedler@gmx.de> | 2013-11-02 16:43:27 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2013-11-02 20:14:03 +0100 |
commit | be2f8b889ed04e8cf3a6e8a0d73f300754588557 (patch) | |
tree | 0647a5cee54134961c5c8daa7516278af472c4a0 /sw | |
parent | 7c1e28eaaf73567f9fbfbb01e777208bb026b2de (diff) |
fdo#39468 Translate German strings.
Quality translation by certified German/English teacher.
Change-Id: I4684630004ad2846b6a5ba76e18d30831d20bc26
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par6.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 14e9cdfd711b..ee7c9c075972 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -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; |