summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-11-08 11:56:54 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-11-15 15:10:06 +0100
commit623d1c5017bba364f6bc28c7c99b46e5cd9f8b76 (patch)
tree34a8b1f46686886d0e68fed286d1450898d622bd /sw/inc/ndtxt.hxx
parentae246b44da1708417aaaefe4f9186cfbbb9a9137 (diff)
sw_redlinehide_3: SwNodeText::GetExpandText overload is...
... apparently only used by ToX code; rename uniquely & add layout parameter. Change-Id: I0f94787fecd913912f122a654f183ac59b16e30a
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 10c227a0a056..d204527165e0 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -679,8 +679,9 @@ public:
const bool bAddSpaceAfterListLabelStr = false,
const bool bWithSpacesForLevel = false,
const ExpandMode eAdditionalMode = ExpandMode(0)) const;
- bool GetExpandText( SwTextNode& rDestNd, const SwIndex* pDestIdx,
+ bool CopyExpandText( SwTextNode& rDestNd, const SwIndex* pDestIdx,
sal_Int32 nIdx, sal_Int32 nLen,
+ SwRootFrame const* pLayout,
bool bWithNum = false, bool bWithFootnote = true,
bool bReplaceTabsWithSpaces = false ) const;