summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/data/document.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 63c24c8c6e37..936e4760dfa5 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -3268,6 +3268,11 @@ bool ScDocument::SetString( SCCOL nCol, SCROW nRow, SCTAB nTab, const OUString&
SetNeedsListeningGroups(aGroupPos);
StartNeededListeners();
+
+ // Listeners may just have been setup that are affected by the current
+ // position thus were not notified by a ScColumn::BroadcastNewCell()
+ // during ScTable::SetString(), so do it here.
+ Broadcast( ScHint( SC_HINT_DATACHANGED, aPos));
}
else
{