diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 15:42:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-12 09:01:09 +0200 |
commit | 04935907f22ddd1e5069e9263707ff32a930b6c7 (patch) | |
tree | 6732ea9507fe14d3dbdc7ab7b8886244575b47db /sc/inc/editutil.hxx | |
parent | c04fa61cf3e793b497d55003821ce9fd16be8728 (diff) |
sal_Bool->bool
Change-Id: I5b36c8dbefb63ee84d33e9bf1a472c2bbb8b34f0
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index b107f7ff2eeb..bc0b8a113ab2 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -238,7 +238,7 @@ private: ScHeaderFieldData aData; public: - ScHeaderEditEngine( SfxItemPool* pEnginePool, sal_Bool bDeleteEnginePool = false ); + ScHeaderEditEngine( SfxItemPool* pEnginePool, bool bDeleteEnginePool = false ); virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, Color*& rTxtColor, Color*& rFldColor ); void SetNumType(SvxNumType eNew) { aData.eNumType = eNew; } |