diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-17 09:38:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-18 10:07:55 +0200 |
commit | d6d922be5e6a9faf8ebc684109aa9cba8d00ca87 (patch) | |
tree | 1aba7d973e9b210552a12ffcb86e1d346084990e /sc/source/ui/view/dbfunc4.cxx | |
parent | a21ecc1611dce99a70dc6e9ee219f743c75cadc5 (diff) |
sal_Bool->bool
Change-Id: Ie801378efed378a9daead57cb637a96fb51cf49a
Diffstat (limited to 'sc/source/ui/view/dbfunc4.cxx')
-rw-r--r-- | sc/source/ui/view/dbfunc4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/dbfunc4.cxx b/sc/source/ui/view/dbfunc4.cxx index 8ca6ee7679ae..7142f812cdda 100644 --- a/sc/source/ui/view/dbfunc4.cxx +++ b/sc/source/ui/view/dbfunc4.cxx @@ -31,7 +31,7 @@ using namespace com::sun::star; //================================================================== -sal_uInt16 ScDBFunc::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, sal_Bool bAllCharts ) +sal_uInt16 ScDBFunc::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, bool bAllCharts ) { ScDrawLayer* pModel = pDoc->GetDrawLayer(); if (!pModel) |