https://bugs.freedesktop.org/show_bug.cgi?id=70807
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] --- Comment #8 from Michael Stahl <[email protected]> --- this looks suspicious: bool SwPageDesc::GetInfo( SfxPoolItem & rInfo ) const { if( !aMaster.GetInfo( rInfo ) ) return false; // found return aLeft.GetInfo( rInfo ); } if there is only one page in the document then only the SwPageDesc::m_FirstMaster (which was added in LO 4.0) is actually in use, the aMaster [right-page other than first] and aLeft [left-page other than first] are not. probably this needs to check m_FirstMaster and m_FirstLeft too. Marcos, do you have some time to try this out? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
