diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 2506252585c7..6a0d7ca59b2b 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1604,7 +1604,7 @@ public: SfxObjectShell* CreateCopy(bool bCallInitNew, bool bEmpty) const; SwNodeIndex AppendDoc(const SwDoc& rSource, sal_uInt16 nStartPageNumber, bool bDeletePrevious, int physicalPageOffset, - const sal_uLong nDocNo = 1); + const sal_uLong nDocNo); /** * Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default) |