diff options
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index e454aea40cf3..bc8f8d090a31 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -95,7 +95,7 @@ class SW_DLLPUBLIC SwNode #endif /// all SwFrameFormat that are anchored at the node - /// invariant: SwFrameFormat is in the list if + /// invariant: SwFrameFormat is in the list iff /// SwFrameFormat::GetAnchor().GetContentAnchor() points to this node std::unique_ptr<std::vector<SwFrameFormat*>> m_pAnchoredFlys; |