[Libreoffice-commits] core.git: writerfilter/source
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 12 11:54:54 UTC 2019
writerfilter/source/rtftok/rtfdispatchflag.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8bafe19e22c496c79065a60622c9450b2222da1f
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Jun 12 09:11:47 2019 +0200
Commit: Miklos Vajna <vmiklos at 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 <vmiklos at 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;
More information about the Libreoffice-commits
mailing list