summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-10 11:48:05 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-10 11:48:05 -0400
commit958b3dbc74f49afca1829918e9ee16c06a555b26 (patch)
tree5a59df0878bc935fea739e3564efe658cedf2b7c /sc/inc
parenta649d4aaaee5e2e8056aec284e839cd1b29c7f4e (diff)
sal_Bool to bool switching while I'm at it.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/table.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index b310e8c9b247..1a595cef7a7b 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -562,8 +562,8 @@ public:
const ::editeng::SvxBorderLine* pLine, sal_Bool bColorOnly );
const ScStyleSheet* GetStyle( SCCOL nCol, SCROW nRow ) const;
- const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const;
- const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1,
+ const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, bool& rFound ) const;
+ const ScStyleSheet* GetAreaStyle( bool& rFound, SCCOL nCol1, SCROW nRow1,
SCCOL nCol2, SCROW nRow2 ) const;
void StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved,