diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-28 16:56:31 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-28 18:55:45 +0200 |
commit | 73de74bb6ecbbbc390710ddd9d6c930378cdf142 (patch) | |
tree | fcf89fb3fc6e4b2b91a417e2de4266c052fe42de /sc | |
parent | 9cfc64c66ff9e0f0251a006f039bf4e26a63147a (diff) |
fix indentation
Change-Id: I666f130fe75bd0e0fcba54fee68b97ae153db2ef
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/column3.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 1d2e21c285b4..861158c6bb4f 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -399,8 +399,8 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDe SvtBroadcaster* pBC = pOldCell->GetBroadcaster(); bool bKeepBC = pBC && pBC->HasListeners(); // #i99844# do not release broadcaster from old cell, it still has to notify deleted content - if ( bKeepBC) - pNoteCell = new ScNoteCell( pBC ); + if (bKeepBC) + pNoteCell = new ScNoteCell( pBC ); // remove cell entry in cell item list SCROW nOldRow = maItems[nIdx].nRow; |