Kaydet (Commit) 389203a0 authored tarafından Michael Stahl's avatar Michael Stahl

sw: remove nonsense from comments

Change-Id: I6269db723507769ff2713710d55f98f9acd2dbf0
üst 168394e5
...@@ -703,7 +703,7 @@ const SwFrameFormat *SwFEShell::NewFlyFrame( const SfxItemSet& rSet, bool bAnchV ...@@ -703,7 +703,7 @@ const SwFrameFormat *SwFEShell::NewFlyFrame( const SfxItemSet& rSet, bool bAnchV
{ {
// calculate new position // calculate new position
// JP 24.03.97: also go via page links // JP 24.03.97: also go via page links
// chaos::anchor should not lie in the shifted area // anchor should not lie in the shifted area
pRet->DelFrames(); pRet->DelFrames();
const SwFrame* pAnch = ::FindAnchor( GetLayout(), aPt ); const SwFrame* pAnch = ::FindAnchor( GetLayout(), aPt );
...@@ -954,7 +954,7 @@ void SwFEShell::SetPageObjsNewPage( std::vector<SwFrameFormat*>& rFillArr ) ...@@ -954,7 +954,7 @@ void SwFEShell::SetPageObjsNewPage( std::vector<SwFrameFormat*>& rFillArr )
SwFormatAnchor aNewAnchor( pFormat->GetAnchor() ); SwFormatAnchor aNewAnchor( pFormat->GetAnchor() );
if ((RndStdIds::FLY_AT_PAGE != aNewAnchor.GetAnchorId()) || if ((RndStdIds::FLY_AT_PAGE != aNewAnchor.GetAnchorId()) ||
0 >= ( nNewPage = aNewAnchor.GetPageNum() + 1 ) ) 0 >= ( nNewPage = aNewAnchor.GetPageNum() + 1 ) )
// chaos::Anchor has been changed or invalid page number, // Anchor has been changed or invalid page number,
// therefore: do not change! // therefore: do not change!
continue; continue;
......
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