summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-28 16:56:31 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-28 18:55:45 +0200
commit73de74bb6ecbbbc390710ddd9d6c930378cdf142 (patch)
treefcf89fb3fc6e4b2b91a417e2de4266c052fe42de /sc
parentfdo#36149: Do not display error dialogs while showing a menu (diff)
downloadcore-73de74bb6ecbbbc390710ddd9d6c930378cdf142.tar.gz
core-73de74bb6ecbbbc390710ddd9d6c930378cdf142.zip
fix indentation
Change-Id: I666f130fe75bd0e0fcba54fee68b97ae153db2ef
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column3.cxx4
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;