summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-19 03:59:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-19 04:15:34 +0900
commit329d3287272bf4715244a3c03ca008f049e9132f (patch)
tree2fae12bc4da9783fe1480130cd95e18917601897 /sw/inc/swtable.hxx
parent6f2a127989c4284720b0970c93964b131ff0f7c4 (diff)
sal_Bool to bool
Change-Id: Id3be1fbf289f04e175bb2fdd71754cad0c9672ce
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 709fce4bc861..d6192c38e75f 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -299,11 +299,11 @@ public:
const SwTableBox* GetTblBox( sal_uLong nSttIdx ) const
{ return ((SwTable*)this)->GetTblBox( nSttIdx ); }
- // Returns sal_True if table contains nestings.
- sal_Bool IsTblComplex() const;
+ // Returns true if table contains nestings.
+ bool IsTblComplex() const;
- // Returns sal_True if table or selection is balanced.
- sal_Bool IsTblComplexForChart( const String& rSel ) const;
+ // Returns true if table or selection is balanced.
+ bool IsTblComplexForChart( const String& rSel ) const;
// Search all content-bearing boxes of the base line on which this box stands.
// rBoxes as a return value for immediate use.