sw/source/core/doc/DocumentContentOperationsManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 25916a651ca4eaa535022aeddfcb57b7f7a9f2f0 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Jan 9 15:59:26 2020 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Jan 9 17:10:51 2020 +0100 sw: fix confusing comment in CopyFlyInFlyImpl() Change-Id: I7b9da4aecc7dce4b2a539455182e5a3f6a75a497 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86494 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits