summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-30 11:59:33 +0200
committerNoel Grandin <noel@peralex.com>2016-03-31 09:59:23 +0200
commit2bd1e7aafeebdfe0e1656ed1ff01762039be5af1 (patch)
tree279c9bbaffbf8b253d7b41665b1a3e403e1480a4 /sw/source/uibase/dochdl
parent7a7be32e5265f897174f3880adc061dac0203f1f (diff)
loplugin:constantparam in sw
Change-Id: I2d99ff8149f6348a3781e01e9b3079f6c2505d6a
Diffstat (limited to 'sw/source/uibase/dochdl')
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index f601f15a10b3..0728ad75f079 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -2355,7 +2355,7 @@ bool SwTransferable::_PasteGrf( TransferableDataHelper& rData, SwWrtShell& rSh,
case SwPasteSdr::Insert:
{
SwTransferable::SetSelInShell( rSh, false, pPt );
- rSh.Insert( sURL, aEmptyOUStr, aGraphic, nullptr, false, nAnchorType );
+ rSh.Insert( sURL, aEmptyOUStr, aGraphic, nullptr, nAnchorType );
break;
}