summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-13 22:05:55 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-13 22:05:55 +0700
commit9a22f0df9eb5c9b5dd7e080f6346385057458faf (patch)
tree66baaba6fa948fba7ff786ec530b4a9354580af8 /sw
parent1c12cc8070c05896182746f1c6524bdce930b148 (diff)
another missing open brace
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/tabfrm.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 0c68a3fbdf0f..19d608a347bf 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -3517,6 +3517,7 @@ void SwTabFrm::Cut()
InvalidatePage( pPage );
SwFrm *pFrm = GetNext();
if( pFrm )
+ {
//The old follower eventually calculated a margin to the predecessor
//which is obsolete now as it became the first one
pFrm->_InvalidatePrt();