summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-07 14:24:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-07 14:37:51 +0100
commitd4b5a9ead177579c7d8091881da91d6766fd8ff1 (patch)
tree7307acee69d3456a2fb74783788713aac1eaee6a /sw/source
parent50fe91476fed74773f0f0d40261b8e2d4728ef26 (diff)
sal_Bool -> bool
Change-Id: Ia4309b93518bc9625d02a728edc57606d6b715fb
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/dochdl/swdtflvr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index f0d7f9da31ba..82e93fbac8f0 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -2356,7 +2356,7 @@ bool SwTransferable::_PasteGrf( TransferableDataHelper& rData, SwWrtShell& rSh,
SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL );
rSh.GetFlyFrmAttr( aSet );
SwFmtURL aURL( (SwFmtURL&)aSet.Get( RES_URL ) );
- aURL.SetURL( aBkmk.GetURL(), sal_False );
+ aURL.SetURL( aBkmk.GetURL(), false );
aSet.Put( aURL );
rSh.SetFlyFrmAttr( aSet );
}
@@ -2380,7 +2380,7 @@ bool SwTransferable::_PasteGrf( TransferableDataHelper& rData, SwWrtShell& rSh,
}
default:
{
- nRet = 0;
+ nRet = false;
break;
}
}