diff options
Diffstat (limited to 'sw/inc')
-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 fd131c3bb9a2..798213975ae8 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -669,7 +669,7 @@ 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, sal_Bool bOutline, + bool SplitDoc( sal_uInt16 eDocType, const String& rPath, bool bOutline, const SwTxtFmtColl* pSplitColl, int nOutlineLevel = 0 ); // Update charts of given table. |