summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-06-12 09:11:47 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-12 13:53:39 +0200
commit8bafe19e22c496c79065a60622c9450b2222da1f (patch)
tree750b089b4d7e49203b63e3c461221c41c9dcdd41 /writerfilter/source
parentcae829e9c1394851fc88829d5197460929c2792a (diff)
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@collabora.com>
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/rtftok/rtfdispatchflag.cxx4
1 files changed, 2 insertions, 2 deletions
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;