Kaydet (Commit) 23daad00 authored tarafından Petr Mladek's avatar Petr Mladek

fixed the German translations

Ränder means margins
Umrandung means borders
üst ed870efe
...@@ -92,9 +92,9 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId, ...@@ -92,9 +92,9 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId,
const Size aPhysSize = SvxPaperInfo::GetDefaultPaperSize(); const Size aPhysSize = SvxPaperInfo::GetDefaultPaperSize();
aFrmSize.SetSize( aPhysSize ); aFrmSize.SetSize( aPhysSize );
// Prepare for default borders. // Prepare for default margins.
// Borders have a default minimum size. // Margins have a default minimum size.
// If the printer forces a larger border, that's ok too. // If the printer forces a larger margins, that's ok too.
// The HTML page desc had A4 as page size always. // The HTML page desc had A4 as page size always.
// This has been changed to take the page size from the printer. // This has been changed to take the page size from the printer.
// Unfortunately, the margins of the HTML page desc are smaller than // Unfortunately, the margins of the HTML page desc are smaller than
...@@ -117,7 +117,7 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId, ...@@ -117,7 +117,7 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId,
nMinLeft = nMinRight = 1800; // 1,25 Inch nMinLeft = nMinRight = 1800; // 1,25 Inch
} }
// Set borders. // set margins
SvxLRSpaceItem aLR( RES_LR_SPACE ); SvxLRSpaceItem aLR( RES_LR_SPACE );
SvxULSpaceItem aUL( RES_UL_SPACE ); SvxULSpaceItem aUL( RES_UL_SPACE );
...@@ -262,7 +262,7 @@ void SwDoc::ChgPageDesc( sal_uInt16 i, const SwPageDesc &rChged ) ...@@ -262,7 +262,7 @@ void SwDoc::ChgPageDesc( sal_uInt16 i, const SwPageDesc &rChged )
{ {
SwFmtHeader aHead( MakeLayoutFmt( RND_STD_HEADERL, 0 ) ); SwFmtHeader aHead( MakeLayoutFmt( RND_STD_HEADERL, 0 ) );
pDesc->GetLeft().SetFmtAttr( aHead ); pDesc->GetLeft().SetFmtAttr( aHead );
// Take over additional attributes (borders, border strips ...). // take over additional attributes (margins, borders ...)
::lcl_DescSetAttr( *rHead.GetHeaderFmt(), *aHead.GetHeaderFmt(), sal_False); ::lcl_DescSetAttr( *rHead.GetHeaderFmt(), *aHead.GetHeaderFmt(), sal_False);
} }
else else
...@@ -322,7 +322,7 @@ void SwDoc::ChgPageDesc( sal_uInt16 i, const SwPageDesc &rChged ) ...@@ -322,7 +322,7 @@ void SwDoc::ChgPageDesc( sal_uInt16 i, const SwPageDesc &rChged )
{ {
SwFmtFooter aFoot( MakeLayoutFmt( RND_STD_FOOTER, 0 ) ); SwFmtFooter aFoot( MakeLayoutFmt( RND_STD_FOOTER, 0 ) );
pDesc->GetLeft().SetFmtAttr( aFoot ); pDesc->GetLeft().SetFmtAttr( aFoot );
// Take over additional attributes (borders, border strips ...). // Take over additional attributes (margins, borders ...).
::lcl_DescSetAttr( *rFoot.GetFooterFmt(), *aFoot.GetFooterFmt(), sal_False); ::lcl_DescSetAttr( *rFoot.GetFooterFmt(), *aFoot.GetFooterFmt(), sal_False);
} }
else else
......
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