summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-12 10:02:23 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-03 17:49:23 +0200
commite6e7b8a55d50524ebbf453cbf45497be49d1c9d1 (patch)
treeedfd230cc64eab554b1b2c7d40743907b46cf563 /sw/inc
parent4b4e4b3582ef1b0edc401099338f7923f5320eea (diff)
Cleaning SplitDoc
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/doc.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index c640bafbf554..fd131c3bb9a2 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -669,9 +669,8 @@ private:
// Create sub-documents according to the given collection.
// If no collection is given, take chapter style of the 1st level.
- sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath,
- const SwTxtFmtColl* pSplitColl );
- sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath, int nOutlineLevel = 0 );
+ sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath, sal_Bool bOutline,
+ const SwTxtFmtColl* pSplitColl, int nOutlineLevel = 0 );
// Update charts of given table.
void _UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const;