diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-12 11:45:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:03 +0200 |
commit | aa2ea5f943d34cbc1ca44bb29cad69d2f0065cbc (patch) | |
tree | 32c5125915441414d3393d4110c79bd50bcbaae9 /sc/source/ui/dbgui/consdlg.cxx | |
parent | 206da267a4b4be09a64e98efd97df5c99f9e4acf (diff) |
sal_Bool->bool
Change-Id: I156db14e094f377a5c65e3387fa72e0d59c01eb2
Diffstat (limited to 'sc/source/ui/dbgui/consdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/consdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx index b4318c83b741..ded769574c76 100644 --- a/sc/source/ui/dbgui/consdlg.cxx +++ b/sc/source/ui/dbgui/consdlg.cxx @@ -420,7 +420,7 @@ IMPL_LINK( ScConsolidateDlg, ClickHdl, PushButton*, pBtn ) sal_uInt16 nAreaCount = 0; const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); - if ( pRangeUtil->IsAbsTabArea( aNewEntry, pDoc, &ppAreas, &nAreaCount, sal_True, eConv ) ) + if ( pRangeUtil->IsAbsTabArea( aNewEntry, pDoc, &ppAreas, &nAreaCount, true, eConv ) ) { // IsAbsTabArea() creates an array of ScArea pointers, // which have been created dynamically as well. |