summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-26 17:03:18 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-03 17:49:24 +0200
commit66a1f224d6ef5bff3184086aee35be0f6170ced1 (patch)
tree54c8f3789b8117f56a792d8f2f44b4250eeb553f /sw/inc/doc.hxx
parent99dd430d885b0f99902e0587076954978ad9c672 (diff)
Replaced sal_Bool with bool
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index e19f7d1c31..da054496cb 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.