summaryrefslogtreecommitdiffstats
path: root/sc/inc/olinetab.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-25 11:33:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-25 12:29:28 +0200
commit7dbc196e1de895959fe3a2b9c4cdc89069f263e9 (patch)
treed6f42f43149505528a98ee820968d6eaec4f81e4 /sc/inc/olinetab.hxx
parentadd unit test for copy/paste + ScUndoPaste (diff)
downloadcore-7dbc196e1de895959fe3a2b9c4cdc89069f263e9.tar.gz
core-7dbc196e1de895959fe3a2b9c4cdc89069f263e9.zip
sal_Bool -> bool in ScTable
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r--sc/inc/olinetab.hxx4
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;