summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 14:39:18 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:06 +0200
commitc42a313e62575f00176e8e24d058100a218a99e6 (patch)
treea6992e13765f3fed5eafe17273327f305aad970e /sc/inc/viewopti.hxx
parent17d6281835fdfba8c20dd93afc7c32287f473565 (diff)
sal_Bool->bool
Change-Id: I76eed896e03798adaab1765c99046034c554de1e
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 0277a1e86d04..7ebb3b624dac 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -85,7 +85,7 @@ public:
void SetDefaults();
- void SetOption( ScViewOption eOpt, sal_Bool bNew = sal_True ) { aOptArr[eOpt] = bNew; }
+ void SetOption( ScViewOption eOpt, bool bNew = true ) { aOptArr[eOpt] = bNew; }
bool GetOption( ScViewOption eOpt ) const { return aOptArr[eOpt]; }
void SetObjMode( ScVObjType eObj, ScVObjMode eMode ) { aModeArr[eObj] = eMode; }