sw/source/filter/ww8/wrtw8nds.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0603b571230db1a1c6ff9f75f990675883e16717
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Sep 8 12:27:53 2020 +0200
Commit:     Mike Kaganski <mike.kagan...@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.kagan...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to