summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-28 14:38:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-28 14:38:21 +0100
commitff31d8dff6bc44f0c4acf5ec3ba09392e8c356bf (patch)
tree12569fd356d173622015648c93cc8aaeb6a3c0a0 /sw
parente03dcdbb4c2b7bf784bd639e27f91d88ca15c703 (diff)
missing brace
Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/undo/undel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/undel.cxx b/sw/source/core/undo/undel.cxx
index 1e157a73ecb7..124389046e0a 100644
--- a/sw/source/core/undo/undel.cxx
+++ b/sw/source/core/undo/undel.cxx
@@ -747,7 +747,7 @@ void SwUndoDelete::UndoImpl(::sw::UndoRedoContext & rContext)
SwNodeIndex aIdx( pDoc->GetNodes(), nCalcStt );
SwNode* pInsNd = &aIdx.GetNode();
- // code block so that SwPosition is detached when deleting a Node
+ { // code block so that SwPosition is detached when deleting a Node
SwPosition aPos( aIdx );
if( !bDelFullPara )
{