Kaydet (Commit) 73de74bb authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix indentation

Change-Id: I666f130fe75bd0e0fcba54fee68b97ae153db2ef
üst 9cfc64c6
...@@ -399,8 +399,8 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDe ...@@ -399,8 +399,8 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDe
SvtBroadcaster* pBC = pOldCell->GetBroadcaster(); SvtBroadcaster* pBC = pOldCell->GetBroadcaster();
bool bKeepBC = pBC && pBC->HasListeners(); bool bKeepBC = pBC && pBC->HasListeners();
// #i99844# do not release broadcaster from old cell, it still has to notify deleted content // #i99844# do not release broadcaster from old cell, it still has to notify deleted content
if ( bKeepBC) if (bKeepBC)
pNoteCell = new ScNoteCell( pBC ); pNoteCell = new ScNoteCell( pBC );
// remove cell entry in cell item list // remove cell entry in cell item list
SCROW nOldRow = maItems[nIdx].nRow; SCROW nOldRow = maItems[nIdx].nRow;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment