summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-02-16 20:38:38 +0100
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2020-02-16 22:42:06 +0100
commitbcc942fc34aad7db9b96c0e3d395c7426822327b (patch)
treec6fda73a4b55a67069378a886896e12d496bbfcf /sw/inc/fldbas.hxx
parent1bc6f5868fd5e780e70f999144432f30d8f64149 (diff)
GatherRefFields for ww8
Change-Id: Ic40c1241854bdbcdf7987ab592e0f07ecdd73f0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88823 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 8601dea443b8..92a94fb8a096 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -35,6 +35,7 @@ class SwFormatField;
class SwRootFrame;
class SvNumberFormatter;
class IDocumentRedlineAccess;
+class SwGetRefField;
namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
@@ -277,6 +278,7 @@ public:
void CollectPostIts(std::vector<SwFormatField*>& rvFormatFields, IDocumentRedlineAccess const& rIDRA, bool HideRedlines);
bool HasHiddenInformationNotes();
void GatherNodeIndex(std::vector<sal_uLong>& rvNodeIndex);
+ void GatherRefFields(std::vector<SwGetRefField*>& rvRFields, const sal_uInt16 nTyp);
};
inline void SwFieldType::UpdateFields() const