Kaydet (Commit) 1a08ce29 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Trying to unbreak the build with older GCC

If I am completely wrong, feel free to revert
and fix it the right way
üst 8cc9bf47
...@@ -256,7 +256,7 @@ void SwPageBreakWin::Select( ) ...@@ -256,7 +256,7 @@ void SwPageBreakWin::Select( )
SwCntntFrm *pCnt = const_cast< SwCntntFrm* >( pBodyFrm->ContainsCntnt() ); SwCntntFrm *pCnt = const_cast< SwCntntFrm* >( pBodyFrm->ContainsCntnt() );
SwCntntNode* pNd = pCnt->GetNode(); SwCntntNode* pNd = pCnt->GetNode();
rSh.SetSelection( SwPaM( *pNd ) ); rSh.SetSelection( *pNd );
if ( pBodyFrm->Lower()->IsTabFrm() ) if ( pBodyFrm->Lower()->IsTabFrm() )
{ {
......
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