[Libreoffice-commits] core.git: sw/source
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 13:12:48 UTC 2020
sw/source/filter/ww8/wrtw8nds.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0603b571230db1a1c6ff9f75f990675883e16717
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Tue Sep 8 12:27:53 2020 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Tue Sep 8 15:12:03 2020 +0200
Add reference to spec to the comment
Change-Id: I5085c1530fd0aacf31e775aac81d98cc1f88bd87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102131
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 11f8b88059c5..87ff1d82c701 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2374,7 +2374,7 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
// Append bookmarks in this range after flys, exclusive of final
// position of this range
AppendBookmarks( rNode, nCurrentPos, nNextAttr - nCurrentPos );
- //Sadly only possible for word in main document text
+ // Sadly only possible for main or glossary document parts: ECMA-376 Part 1 sect. 11.3.2
if ( m_nTextTyp == TXT_MAINTEXT )
AppendAnnotationMarks(aAttrIter, nCurrentPos, nNextAttr - nCurrentPos);
More information about the Libreoffice-commits
mailing list