summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-02-27 15:09:52 +0100
committerJan Holesovsky <kendy@suse.cz>2012-02-27 15:09:52 +0100
commit0f1120ad344ae220a93bd2af9cf4a6bf50e25888 (patch)
treec5c6313cb6bb1cd2398b8b27b849026316f7f72e /sw/source/core/layout/wsfrm.cxx
parent542047f0c555e8a7d0538d4be905556d5b3cbf5a (diff)
Fix build (few missing {'s in the translations).
Diffstat (limited to 'sw/source/core/layout/wsfrm.cxx')
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index ff0301599b5f..e2600e39d830 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -741,6 +741,7 @@ void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct )
pBehind->pPrev = pLast;
}
else
+ {
//Insert at the end, or ... the first node in the subtree
pPrev = pUpper->Lower();
if ( pPrev )
@@ -931,6 +932,7 @@ void SwCntntFrm::Cut()
}
if( 0 != (pFrm = GetIndNext()) )
+ {
//The old follower may calculated a gap to the predecessor which now
//becomes obsolete or different respectively as it becomes the first
//one itself.