Bugzilla – Attachment 50565 Details for
Bug 40344
[regression] graphics / objects in older documents positioned wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
does this make sense, don't mistake this for "I know what I'm doing"
maybe.this.patch (text/plain), 998 bytes, created by
Caolán McNamara
on 2011-08-25 06:01:25 UTC
(
hide
)
Description:
does this make sense, don't mistake this for "I know what I'm doing"
Filename:
MIME Type:
Creator:
Caolán McNamara
Created:
2011-08-25 06:01:25 UTC
Size:
998 bytes
patch
obsolete
>diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx >index aa1b561..a2ee91a 100644 >--- a/sw/source/core/layout/layact.cxx >+++ b/sw/source/core/layout/layact.cxx >@@ -1794,7 +1794,6 @@ sal_Bool SwLayAction::FormatCntnt( const SwPageFrm *pPage ) > // In such a case, redraw the whole page to properly update the > // header/footer decorators > const SwFrm *pLay = pPage->Lower(); >- bool bPaintWholePage = false; > > if ( pLay ) > { >@@ -1802,13 +1801,10 @@ sal_Bool SwLayAction::FormatCntnt( const SwPageFrm *pPage ) > pLay = pLay->GetNext(); > > if ( pLay->IsFooterFrm() ) >- { >- bPaintWholePage = true; > pImp->GetShell()->AddPaintRect( pPage->Frm() ); >- } > } > >- while ( !bPaintWholePage && pCntnt && pPage->IsAnLower( pCntnt ) ) >+ while ( pCntnt && pPage->IsAnLower( pCntnt ) ) > { > //Wenn der Cntnt sich eh nicht veraendert koennen wir ein paar > //Abkuerzungen nutzen.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 40344
:
50530
|
50531
|
50532
|
50533
| 50565