sw/source/ui/docvw/PageBreakWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1a08ce297711ae13ac4080d444a199ba47957c06 Author: Fridrich Å trba <fridrich.st...@bluewin.ch> Date: Fri Oct 7 09:30:31 2011 +0200 Trying to unbreak the build with older GCC If I am completely wrong, feel free to revert and fix it the right way diff --git a/sw/source/ui/docvw/PageBreakWin.cxx b/sw/source/ui/docvw/PageBreakWin.cxx index 5ccb209..6566488 100644 --- a/sw/source/ui/docvw/PageBreakWin.cxx +++ b/sw/source/ui/docvw/PageBreakWin.cxx @@ -256,7 +256,7 @@ void SwPageBreakWin::Select( ) SwCntntFrm *pCnt = const_cast< SwCntntFrm* >( pBodyFrm->ContainsCntnt() ); SwCntntNode* pNd = pCnt->GetNode(); - rSh.SetSelection( SwPaM( *pNd ) ); + rSh.SetSelection( *pNd ); if ( pBodyFrm->Lower()->IsTabFrm() ) {
_______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits