writerfilter/source/rtftok/rtfdispatchflag.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8bafe19e22c496c79065a60622c9450b2222da1f
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Wed Jun 12 09:11:47 2019 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Jun 12 13:53:39 2019 +0200

    Comment correction
    
    Writer does support collecting and restarting comments at end of section
    
    Change-Id: I472e6cc228c27ecbc9ed59b47eeaaad89e145628
    Reviewed-on: https://gerrit.libreoffice.org/73858
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/writerfilter/source/rtftok/rtfdispatchflag.cxx 
b/writerfilter/source/rtftok/rtfdispatchflag.cxx
index d76dc4cb1d81..ce0eeec9d5d2 100644
--- a/writerfilter/source/rtftok/rtfdispatchflag.cxx
+++ b/writerfilter/source/rtftok/rtfdispatchflag.cxx
@@ -831,11 +831,11 @@ RTFError RTFDocumentImpl::dispatchFlag(RTFKeyword 
nKeyword)
         case RTF_AENDDOC:
             // Noop, this is the default in Writer.
         case RTF_AENDNOTES:
-            // Noop, Writer does not support having endnotes at the end of 
section.
+            // Noop
         case RTF_AFTNRSTCONT:
             // Noop, this is the default in Writer.
         case RTF_AFTNRESTART:
-            // Noop, Writer does not support restarting endnotes at each 
section.
+            // Noop
         case RTF_FTNBJ:
             // Noop, this is the default in Writer.
             break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to