diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-10 14:17:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-10 14:44:57 +0200 |
commit | d359e422705c591d815daefaca3e1c9c53f64756 (patch) | |
tree | 7360010a3a5f7923dc21de6758dd5a57ddcc7cff /sc/inc/dpshttab.hxx | |
parent | f32e6d14c880ba38c1398083eb4145cb3cac5230 (diff) |
sal_Bool->bool
Change-Id: I3746ab9c065429815e7b0f91077a4bbef1223d1d
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 1d61769431a1..53d48192a153 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -107,7 +107,7 @@ public: virtual bool IsDateDimension(long nDim); virtual sal_uLong GetNumberFormat(long nDim); virtual void DisposeData(); - virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ); + virtual void SetEmptyFlags( bool bIgnoreEmptyRows, bool bRepeatIfEmpty ); virtual bool IsRepeatIfEmpty(); |