From d359e422705c591d815daefaca3e1c9c53f64756 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Feb 2014 14:17:21 +0200 Subject: sal_Bool->bool Change-Id: I3746ab9c065429815e7b0f91077a4bbef1223d1d --- sc/inc/dpsdbtab.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/dpsdbtab.hxx') diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx index 0bbab7f4fc97..8bab648d0e2f 100644 --- a/sc/inc/dpsdbtab.hxx +++ b/sc/inc/dpsdbtab.hxx @@ -69,7 +69,7 @@ public: virtual bool getIsDataLayoutDimension(long nColumn); virtual bool IsDateDimension(long nDim); virtual void DisposeData(); - virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ); + virtual void SetEmptyFlags( bool bIgnoreEmptyRows, bool bRepeatIfEmpty ); virtual void CreateCacheTable(); virtual void FilterCacheTable(const ::std::vector& rCriteria, const ::boost::unordered_set& rDataDims); -- cgit