summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/lnktrans.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-25 11:01:20 +0200
committerNoel Grandin <noel@peralex.com>2014-03-25 14:32:56 +0200
commitb5e11641a7cec634c603213869a3475b1e01084e (patch)
tree330df25cfb778c4c3c793c86dc315706b651d10c /sc/source/ui/app/lnktrans.cxx
parent436cd900956b5fd0b6583954c002f8c28ca32698 (diff)
svtools: sal_Bool->bool
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
Diffstat (limited to 'sc/source/ui/app/lnktrans.cxx')
-rw-r--r--sc/source/ui/app/lnktrans.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/app/lnktrans.cxx b/sc/source/ui/app/lnktrans.cxx
index 473e62bad48e..0640de5fdc58 100644
--- a/sc/source/ui/app/lnktrans.cxx
+++ b/sc/source/ui/app/lnktrans.cxx
@@ -55,9 +55,9 @@ void ScLinkTransferObj::AddSupportedFormats()
}
}
-sal_Bool ScLinkTransferObj::GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor )
+bool ScLinkTransferObj::GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor )
{
- sal_Bool bOK = false;
+ bool bOK = false;
if ( !aLinkURL.isEmpty() )
{
INetBookmark aBmk( aLinkURL, aLinkText );