summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-10-27 12:49:41 +0200
committerNiklas Nebel <nn@openoffice.org>2010-10-27 12:49:41 +0200
commitc0b1151e425c4467ee8a9defae042497265523c3 (patch)
tree7848996efd1c2aa5889a0dd5b29b7925caba68d4 /sc/source
parent09e3535aaaa0b2c889f75974e6a29878254e26d8 (diff)
dr77: #i105279# InvalidateTableArea in SetDocumentModified with locked repaint
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/docshell/docsh.cxx1
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...