summaryrefslogtreecommitdiff
path: root/sc/inc/appoptio.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-01-16 15:41:35 +0200
committerNoel Grandin <noel@peralex.com>2014-01-17 09:16:51 +0200
commitd07b5fd742995d2d0ea645c70e51b8a27f7804fa (patch)
treee0406473a6c5cb7b978e5119774de667c2432999 /sc/inc/appoptio.hxx
parent13df6667565421550a884b58af29b3ce4cc745c3 (diff)
sal_Bool->bool
Change-Id: I56a9e51dabc94fa9f2965c0a070c62a18298435d
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r--sc/inc/appoptio.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx
index 68bd62e96b59..9269a5c5c5b0 100644
--- a/sc/inc/appoptio.hxx
+++ b/sc/inc/appoptio.hxx
@@ -51,8 +51,8 @@ public:
const sal_uInt16 nCount );
void SetStatusFunc( sal_uInt16 nNew ) { nStatusFunc = nNew; }
sal_uInt16 GetStatusFunc() const { return nStatusFunc; }
- void SetAutoComplete( sal_Bool bNew ) { bAutoComplete = bNew; }
- sal_Bool GetAutoComplete() const { return bAutoComplete; }
+ void SetAutoComplete( bool bNew ) { bAutoComplete = bNew; }
+ bool GetAutoComplete() const { return bAutoComplete; }
void SetDetectiveAuto( sal_Bool bNew ) { bDetectiveAuto = bNew; }
sal_Bool GetDetectiveAuto() const { return bDetectiveAuto; }
@@ -88,7 +88,7 @@ private:
sal_uInt16 nZoom;
bool bSynchronizeZoom;
sal_uInt16 nStatusFunc;
- sal_Bool bAutoComplete;
+ bool bAutoComplete;
sal_Bool bDetectiveAuto;
sal_uInt32 nTrackContentColor;
sal_uInt32 nTrackInsertColor;