summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-02 22:30:01 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-03 14:07:10 +0200
commit389203a02b36734b6c1b3a73991c43aa43708ac8 (patch)
tree64f16bc4707850513ec35195b92dc24eca4e5cec
parent168394e5ec5e0b6763f07cac9d915ac462b9c245 (diff)
sw: remove nonsense from comments
Change-Id: I6269db723507769ff2713710d55f98f9acd2dbf0
-rw-r--r--sw/source/core/frmedt/fefly1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 0ae32beb8608..4a103aef478f 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -703,7 +703,7 @@ const SwFrameFormat *SwFEShell::NewFlyFrame( const SfxItemSet& rSet, bool bAnchV
{
// calculate new position
// 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();
const SwFrame* pAnch = ::FindAnchor( GetLayout(), aPt );
@@ -954,7 +954,7 @@ void SwFEShell::SetPageObjsNewPage( std::vector<SwFrameFormat*>& rFillArr )
SwFormatAnchor aNewAnchor( pFormat->GetAnchor() );
if ((RndStdIds::FLY_AT_PAGE != aNewAnchor.GetAnchorId()) ||
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!
continue;