summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2013-11-20 07:55:57 +0100
committerLászló Németh <nemeth@numbertext.org>2013-11-20 07:57:57 +0100
commitd665e058246631c8a838c3a731bdd0c56be27903 (patch)
tree978f7d063b501978064e94b4c676fd286158c3b2 /sw/inc/ndtxt.hxx
parentada73e588fe0f948bf49591974f466602452fd10 (diff)
fdo#71645 remove footnote numbers in cross-references
Change-Id: Ic3780e4389e450d8c7a69d2f0f2a6a7f81b8906e
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index d8b23ff60ecb..d8e1fbb2ad6c 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -682,7 +682,8 @@ public:
const sal_Int32 nLen = -1,
const bool bWithNum = false,
const bool bAddSpaceAfterListLabelStr = false,
- const bool bWithSpacesForLevel = false ) const;
+ const bool bWithSpacesForLevel = false,
+ const bool bWithFtn = true ) const;
bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
sal_Int32 nIdx = 0, sal_Int32 nLen = -1,
bool bWithNum = false, bool bWithFtn = true,