diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-05-12 10:02:23 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-06-03 17:49:23 +0200 |
commit | e6e7b8a55d50524ebbf453cbf45497be49d1c9d1 (patch) | |
tree | edfd230cc64eab554b1b2c7d40743907b46cf563 /sw/inc | |
parent | 4b4e4b3582ef1b0edc401099338f7923f5320eea (diff) |
Cleaning SplitDoc
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 5 |
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; |