#i107401# page number of page bound frames fixed

This commit is contained in:
Oliver Specht 2009-12-03 09:21:21 +00:00
parent 067a53bbcd
commit b5904424ea

View file

@ -1417,7 +1417,7 @@ void SwDoc::Paste( const SwDoc& rSource )
SwFmtAnchor aAnchor( rCpyFmt.GetAnchor() );
if( FLY_PAGE == aAnchor.GetAnchorId() )
{
aAnchor.SetPageNum( aAnchor.GetPageNum() + /*nStartPageNumber - */1 );
aAnchor.SetPageNum( aAnchor.GetPageNum() /*+ nStartPageNumber - */);
}
else
continue;