Kaydet (Commit) 0f1120ad authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix build (few missing {'s in the translations).

üst 542047f0
...@@ -1365,6 +1365,7 @@ void SwFrm::SetInfFlags() ...@@ -1365,6 +1365,7 @@ void SwFrm::SetInfFlags()
if( IsFtnContFrm() ) if( IsFtnContFrm() )
bInfFtn = sal_True; bInfFtn = sal_True;
do do
{
// bInfBody is only set in the page body, but not in the column body // bInfBody is only set in the page body, but not in the column body
if ( pFrm->IsBodyFrm() && !bInfFtn && pFrm->GetUpper() if ( pFrm->IsBodyFrm() && !bInfFtn && pFrm->GetUpper()
&& pFrm->GetUpper()->IsPageFrm() ) && pFrm->GetUpper()->IsPageFrm() )
......
...@@ -937,6 +937,7 @@ sal_uLong MA_FASTCALL lcl_FindCntDiff( const Point &rPt, const SwLayoutFrm *pLay ...@@ -937,6 +937,7 @@ sal_uLong MA_FASTCALL lcl_FindCntDiff( const Point &rPt, const SwLayoutFrm *pLay
if ( pCnt->Frm().Top() <= rPt.Y() ) if ( pCnt->Frm().Top() <= rPt.Y() )
{ {
if ( nDiff < nDistance ) if ( nDiff < nDistance )
{
//This one is the nearer one //This one is the nearer one
nDistance = nNearest = nDiff; nDistance = nNearest = nDiff;
rpCnt = pNearest = pCnt; rpCnt = pNearest = pCnt;
......
...@@ -6189,6 +6189,7 @@ void MA_FASTCALL lcl_RefreshLine( const SwLayoutFrm *pLay, ...@@ -6189,6 +6189,7 @@ void MA_FASTCALL lcl_RefreshLine( const SwLayoutFrm *pLay,
aP2( rP2 ); aP2( rP2 );
while ( aP1.*pDirPt < aP2.*pDirPt ) while ( aP1.*pDirPt < aP2.*pDirPt )
{
//If the starting point lies in a fly, it is directly set behind the //If the starting point lies in a fly, it is directly set behind the
//fly. //fly.
//The end point moves to the start if the end point lies in a fly or we //The end point moves to the start if the end point lies in a fly or we
......
...@@ -741,6 +741,7 @@ void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct ) ...@@ -741,6 +741,7 @@ void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct )
pBehind->pPrev = pLast; pBehind->pPrev = pLast;
} }
else else
{
//Insert at the end, or ... the first node in the subtree //Insert at the end, or ... the first node in the subtree
pPrev = pUpper->Lower(); pPrev = pUpper->Lower();
if ( pPrev ) if ( pPrev )
...@@ -931,6 +932,7 @@ void SwCntntFrm::Cut() ...@@ -931,6 +932,7 @@ void SwCntntFrm::Cut()
} }
if( 0 != (pFrm = GetIndNext()) ) if( 0 != (pFrm = GetIndNext()) )
{
//The old follower may calculated a gap to the predecessor which now //The old follower may calculated a gap to the predecessor which now
//becomes obsolete or different respectively as it becomes the first //becomes obsolete or different respectively as it becomes the first
//one itself. //one itself.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment