summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/trvlreg.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-07-09 04:14:47 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-09-07 23:25:37 +0000
commit9349f5cd7ffdf10d5be3644762d888c0fdd8ccb4 (patch)
treec63b6b36443c3a27c099b0e5eac61b917274bf9a /sw/source/core/crsr/trvlreg.cxx
parent3a33d89c9728e8947f60bc6b574bf876875dc507 (diff)
add/remove blank lines and braces (in sw/source/core/crsr/)
Change-Id: I4dea8ea84d83c28eb258d0e8ddc2966476a50223 Reviewed-on: https://gerrit.libreoffice.org/272 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sw/source/core/crsr/trvlreg.cxx')
-rw-r--r--sw/source/core/crsr/trvlreg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/crsr/trvlreg.cxx b/sw/source/core/crsr/trvlreg.cxx
index eeee75605fa0..634a4a563a3d 100644
--- a/sw/source/core/crsr/trvlreg.cxx
+++ b/sw/source/core/crsr/trvlreg.cxx
@@ -73,7 +73,6 @@ sal_Bool GotoPrevRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion,
}
rCurCrsr.GetPoint()->nContent.Assign( pCNd, pCNd->Len() );
}
-
rCurCrsr.GetPoint()->nNode = aIdx;
return sal_True;
}
@@ -128,7 +127,6 @@ sal_Bool GotoNextRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion,
}
rCurCrsr.GetPoint()->nContent.Assign( pCNd, pCNd->Len() );
}
-
rCurCrsr.GetPoint()->nNode = aIdx;
return sal_True;
}