From bcc942fc34aad7db9b96c0e3d395c7426822327b Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sun, 16 Feb 2020 20:38:38 +0100 Subject: GatherRefFields for ww8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic40c1241854bdbcdf7987ab592e0f07ecdd73f0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88823 Tested-by: Jenkins Reviewed-by: Björn Michaelsen --- sw/source/core/fields/fldbas.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sw/source/core/fields/fldbas.cxx') diff --git a/sw/source/core/fields/fldbas.cxx b/sw/source/core/fields/fldbas.cxx index a56b2c81302b..921c69752935 100644 --- a/sw/source/core/fields/fldbas.cxx +++ b/sw/source/core/fields/fldbas.cxx @@ -185,6 +185,11 @@ void SwFieldType::GatherNodeIndex(std::vector& rvNodeIndex) CallSwClientNotify(sw::GatherNodeIndexHint(rvNodeIndex)); } +void SwFieldType::GatherRefFields(std::vector& rvRFields, const sal_uInt16 nTyp) +{ + CallSwClientNotify(sw::GatherRefFieldsHint(rvRFields, nTyp)); +} + void SwFieldTypes::dumpAsXml(xmlTextWriterPtr pWriter) const { xmlTextWriterStartElement(pWriter, BAD_CAST("SwFieldTypes")); -- cgit v1.2.3