summaryrefslogtreecommitdiff
path: root/sw/inc/ftnidx.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-11-14 17:32:26 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-11-15 15:10:08 +0100
commitf30c45f52f7df3c463886b1674917ee681290fee (patch)
treefc00ee037102e2deeb288a9aebdda3475ab42417 /sw/inc/ftnidx.hxx
parentf1db41715ad9cc9655cc7f9bba86b822d693bb83 (diff)
sw_redlinehide_3: filter deleted footnotes in Field Reference dialog
Change-Id: I386bce6b929e38077c01595de618b89fccdaf5fe
Diffstat (limited to 'sw/inc/ftnidx.hxx')
-rw-r--r--sw/inc/ftnidx.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/ftnidx.hxx b/sw/inc/ftnidx.hxx
index 3dfb118a1f6b..245d9176dc16 100644
--- a/sw/inc/ftnidx.hxx
+++ b/sw/inc/ftnidx.hxx
@@ -67,6 +67,13 @@ public:
IDocumentRedlineAccess const&, const SwTextFootnote& rTextFootnote);
};
+namespace sw {
+
+bool IsFootnoteDeleted(IDocumentRedlineAccess const& rIDRA,
+ SwTextFootnote const& rTextFootnote);
+
+}
+
#endif // INCLUDED_SW_INC_FTNIDX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */