Bugzilla – Attachment 71262 Details for
Bug 58074
Writer table functions are not calculated before printing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
possible solution for the issue - works for me but might not be the final fix
fix-writer-table-calculation-before-printing.diff (text/plain), 522 bytes, created by
Tim Hardeck
on 2012-12-10 10:35:23 UTC
(
hide
)
Description:
possible solution for the issue - works for me but might not be the final fix
Filename:
MIME Type:
Creator:
Tim Hardeck
Created:
2012-12-10 10:35:23 UTC
Size:
522 bytes
patch
obsolete
>diff --git a/sw/source/core/doc/docfld.cxx b/sw/source/core/doc/docfld.cxx >index 0fc9f44..a946f14 100644 >--- a/sw/source/core/doc/docfld.cxx >+++ b/sw/source/core/doc/docfld.cxx >@@ -347,7 +347,9 @@ void SwDoc::UpdateFlds( SfxPoolItem *pNewHt, bool bCloseDB ) > if( !pNewHt ) > break; > default: >- (*pFldTypes)[i]->ModifyNotification ( 0, pNewHt ); >+ if( pNewHt ) { >+ (*pFldTypes)[i]->ModifyNotification ( 0, pNewHt ); >+ } > } > } >
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 58074
:
71261
| 71262