[Libreoffice-commits] .: sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon May 28 06:38:24 PDT 2012
sw/source/core/undo/undel.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ff31d8dff6bc44f0c4acf5ec3ba09392e8c356bf
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 28 14:38:03 2012 +0100
missing brace
Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299
diff --git a/sw/source/core/undo/undel.cxx b/sw/source/core/undo/undel.cxx
index 1e157a7..1243890 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 )
{
More information about the Libreoffice-commits
mailing list