From cb66ea3604ea441ddd03df706bb30e6063fb9a52 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 31 Mar 2014 14:35:18 +0200 Subject: linguistic: sal_Bool->bool Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14 --- linguistic/source/misc2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linguistic/source/misc2.cxx') diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx index 02421495a80e..e7e8031e41c8 100644 --- a/linguistic/source/misc2.cxx +++ b/linguistic/source/misc2.cxx @@ -40,9 +40,9 @@ namespace linguistic { -sal_Bool FileExists( const OUString &rMainURL ) +bool FileExists( const OUString &rMainURL ) { - sal_Bool bExists = sal_False; + bool bExists = false; if (!rMainURL.isEmpty()) { try -- cgit