diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-10-27 12:49:41 +0200 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-10-27 12:49:41 +0200 |
commit | c0b1151e425c4467ee8a9defae042497265523c3 (patch) | |
tree | 7848996efd1c2aa5889a0dd5b29b7925caba68d4 | |
parent | 09e3535aaaa0b2c889f75974e6a29878254e26d8 (diff) |
dr77: #i105279# InvalidateTableArea in SetDocumentModified with locked repaint
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index d5d7f6e09292..40702793e770 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -2618,6 +2618,7 @@ void ScDocShell::SetDocumentModified( BOOL bIsModified /* = TRUE */ ) if ( pPaintLockData && bIsModified ) { //! BCA_BRDCST_ALWAYS etc. also needed here? + aDocument.InvalidateTableArea(); // #i105279# needed here aDocument.BroadcastUno( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); pPaintLockData->SetModified(); // spaeter... |