summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index a1807a1e8f4b..0d481b1b751d 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -329,7 +329,7 @@ public:
void CopyText( SwTextNode * const pDest,
const SwIndex &rStart,
const sal_Int32 nLen,
- const bool bForceCopyOfAllAttrs = false );
+ const bool bForceCopyOfAllAttrs );
void CopyText( SwTextNode * const pDest,
const SwIndex &rDestStart,
const SwIndex &rStart,
@@ -689,7 +689,7 @@ public:
const bool bWithSpacesForLevel = false,
const bool bWithFootnote = true ) const;
bool GetExpandText( SwTextNode& rDestNd, const SwIndex* pDestIdx,
- sal_Int32 nIdx, sal_Int32 nLen = -1,
+ sal_Int32 nIdx, sal_Int32 nLen,
bool bWithNum = false, bool bWithFootnote = true,
bool bReplaceTabsWithSpaces = false ) const;