summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-14 10:01:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-14 11:05:38 +0000
commit8820448bfebc362b31e673a5b7d01a8dc9144eca (patch)
treeff9bf0e7a30ae8618a3c9ee042d6fc32a8eaacd6 /sw/inc
parent0e345eaec89c8b0e0912da9de418e90c671b1e7d (diff)
longparas: change GetExpandTxt to sal_Int32
Change-Id: I34b6f91d104e5f095f0aad58869d62d0a367d2b3
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ndtxt.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 923280e40917..516f9c70aa73 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -680,15 +680,15 @@ public:
add 5th optional parameter <bWithSpacesForLevel> indicating, if additional
spaces are inserted in front of the expanded text string depending on
the list level. */
- OUString GetExpandTxt( const xub_StrLen nIdx = 0,
- const xub_StrLen nLen = STRING_LEN,
+ OUString GetExpandTxt( const sal_Int32 nIdx = 0,
+ const sal_Int32 nLen = -1,
const bool bWithNum = false,
const bool bAddSpaceAfterListLabelStr = false,
const bool bWithSpacesForLevel = false ) const;
- sal_Bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
- xub_StrLen nIdx = 0, xub_StrLen nLen = STRING_LEN,
- sal_Bool bWithNum = sal_False, sal_Bool bWithFtn = sal_True,
- sal_Bool bReplaceTabsWithSpaces = sal_False ) const;
+ bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
+ sal_Int32 nIdx = 0, sal_Int32 nLen = -1,
+ bool bWithNum = false, bool bWithFtn = true,
+ bool bReplaceTabsWithSpaces = false ) const;
OUString GetRedlineTxt( xub_StrLen nIdx = 0,
xub_StrLen nLen = STRING_LEN,