diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/column3.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 401f5ecc7db0..23dd104d81db 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -1395,6 +1395,9 @@ bool ScColumn::SetString( SCROW nRow, SCTAB nTabP, const String& rString, SvtBroadcaster* pBC = pOldCell->ReleaseBroadcaster(); if (pNewCell || pBC) { + if(!pNewCell) + pNewCell = new ScNoteCell(); + if (pBC) { pNewCell->TakeBroadcaster(pBC); |