summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/doc/DocumentContentOperationsManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 6ead169ec498..5c2b745161ff 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -3631,7 +3631,7 @@ void DocumentContentOperationsManager::CopyFlyInFlyImpl(
}
aAnchor.SetAnchor( &newPos );
- // Check recursion: copy content in its own frame, then don't copy it.
+ // Check recursion: if copying content inside the same frame, then don't copy the format.
if( pDest == &m_rDoc )
{
const SwFormatContent& rContent = (*it).GetFormat()->GetContent();