#i107401# page number of page bound frames fixed
This commit is contained in:
parent
067a53bbcd
commit
b5904424ea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue