summaryrefslogtreecommitdiffstats
path: root/sw/inc/IDocumentOutlineNodes.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/IDocumentOutlineNodes.hxx
parentsax: -Werror=sign-compare (diff)
downloadcore-d665e058246631c8a838c3a731bdd0c56be27903.tar.gz
core-d665e058246631c8a838c3a731bdd0c56be27903.zip
fdo#71645 remove footnote numbers in cross-references
Change-Id: Ic3780e4389e450d8c7a69d2f0f2a6a7f81b8906e
Diffstat (limited to 'sw/inc/IDocumentOutlineNodes.hxx')
-rw-r--r--sw/inc/IDocumentOutlineNodes.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/IDocumentOutlineNodes.hxx b/sw/inc/IDocumentOutlineNodes.hxx
index a522cea02839..f5ec75fca5e6 100644
--- a/sw/inc/IDocumentOutlineNodes.hxx
+++ b/sw/inc/IDocumentOutlineNodes.hxx
@@ -37,7 +37,8 @@ public:
virtual int getOutlineLevel( const sal_Int32 nIdx ) const = 0;
virtual OUString getOutlineText( const sal_Int32 nIdx,
const bool bWithNumber = true,
- const bool bWithSpacesForLevel = false ) const = 0;
+ const bool bWithSpacesForLevel = false,
+ const bool bWithFtn = true ) const = 0;
virtual SwTxtNode* getOutlineNode( const sal_Int32 nIdx ) const = 0;
virtual void getOutlineNodes( IDocumentOutlineNodes::tSortedOutlineNodeList& orOutlineNodeList ) const = 0;