diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-05-26 17:03:18 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-06-03 17:49:24 +0200 |
commit | 8ffa4aa4d284d4726f1ff4ea68dccb88590c1a71 (patch) | |
tree | 45122e1eee3c900d3bd909605142b778ffdc892b /sw/inc | |
parent | 1adb5b303867ed86949db8f13b463159daf969de (diff) |
Replaced sal_Bool with bool
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. |