From 8bafe19e22c496c79065a60622c9450b2222da1f Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 12 Jun 2019 09:11:47 +0200 Subject: 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 --- writerfilter/source/rtftok/rtfdispatchflag.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'writerfilter/source/rtftok') 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; -- cgit