summaryrefslogtreecommitdiff
path: root/sfx2/source/inet
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 09:15:28 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:50 +0200
commit74fdda0cd41d97b6c97d2115584ee48fd552514e (patch)
treefa29308f180abbd7dec4c16f5603604a15fa079e /sfx2/source/inet
parent1eee88dd6bf2c647aa3458d33a5f45c51c024186 (diff)
sfx2: sal_Bool->bool
Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd
Diffstat (limited to 'sfx2/source/inet')
-rw-r--r--sfx2/source/inet/inettbc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index f55430432ba1..e98f028dbb14 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -78,7 +78,7 @@ SvtURLBox* SfxURLToolBoxControl_Impl::GetURLBox() const
-void SfxURLToolBoxControl_Impl::OpenURL( const OUString& rName, sal_Bool /*bNew*/ ) const
+void SfxURLToolBoxControl_Impl::OpenURL( const OUString& rName, bool /*bNew*/ ) const
{
OUString aName;
OUString aFilter;
@@ -167,7 +167,7 @@ IMPL_LINK_NOARG(SfxURLToolBoxControl_Impl, SelectHdl)
OUString aName( pURLBox->GetURL() );
if ( !pURLBox->IsTravelSelect() && !aName.isEmpty() )
- OpenURL( aName, sal_False );
+ OpenURL( aName, false );
return 1L;
}
xx?id=2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb'>Recheck include/ with IWYUGabor Kelemen 2021-02-21Some more unit conversion unificationMike Kaganski 2021-01-19loplugin:unusedmethodsNoel 2021-01-18Bring uno:RefreshView to CalcSamuel Mehrbrodt 2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen 2020-10-20use tools::Long in scNoel 2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara 2020-07-31avoid config for fuzzingCaolán McNamara 2020-07-30loplugin:flatten in sc/uiNoel Grandin 2020-07-29replace and drop MiscCfgCaolán McNamara 2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl 2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin 2019-11-17cid#1430084 Arguments in wrong orderCaolán McNamara 2019-11-03loplugin:stringaddNoel Grandin 2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann 2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin 2019-09-25lok: deduplicate code related to notifyDocumentSizeChanged() callTamás Zolnai 2019-09-25lok: send an invalidation by document size changeTamás Zolnai