diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-08-25 11:33:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-08-25 12:29:28 +0200 |
commit | 7dbc196e1de895959fe3a2b9c4cdc89069f263e9 (patch) | |
tree | d6f42f43149505528a98ee820968d6eaec4f81e4 /sc/inc/olinetab.hxx | |
parent | bb00e570440b4f80013074a5f71f5caaf2b44000 (diff) |
sal_Bool -> bool in ScTable
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r-- | sc/inc/olinetab.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx index d1cf0257c0bd..9dcdf0cfebc6 100644 --- a/sc/inc/olinetab.hxx +++ b/sc/inc/olinetab.hxx @@ -101,8 +101,8 @@ public: sal_Bool FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rFindLevel ) const; - sal_Bool Insert( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_Bool& rSizeChanged, - sal_Bool bHidden = false, sal_Bool bVisible = sal_True ); + bool Insert( SCCOLROW nStartPos, SCCOLROW nEndPos, bool& rSizeChanged, + bool bHidden = false, bool bVisible = true ); sal_Bool Remove( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_Bool& rSizeChanged ); ScOutlineEntry* GetEntry( sal_uInt16 nLevel, sal_uInt16 nIndex ) const; |