summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-13 21:45:42 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-13 21:45:42 +0700
commit1c12cc8070c05896182746f1c6524bdce930b148 (patch)
treed187c3edd7603cf9136856b9a3f615269e85aca3 /sw
parent605bc21f7941d598f98203928b034add416c9c65 (diff)
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 6e5c32a7a33b..0c68a3fbdf0f 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -2564,6 +2564,7 @@ void SwTabFrm::MakeAll()
bMovedFwd = true;
aNotify.SetLowersComplete( sal_False );
if ( IsFollow() )
+ {
//To avoid oscillations now invalid master should drop behind.
SwTabFrm *pTab = FindMaster();
if ( pTab->GetUpper() )