diff options
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(); |