summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 15:06:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 08:53:47 +0200
commit93a9b70c7fe4d68f8d41edb25bc00bcac4439667 (patch)
tree4ed9020aecb400df3b6805e163a360b5c8bee888 /chart2
parentac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b (diff)
loplugin:checkunusedparams in svtools
Change-Id: Iea68d7c0683740acaf4f85c14efe2a33e0cf13e7 Reviewed-on: https://gerrit.libreoffice.org/37201 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartTransferable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartTransferable.cxx b/chart2/source/controller/main/ChartTransferable.cxx
index e5d1e1f4cb55..ee92dfa591cb 100644
--- a/chart2/source/controller/main/ChartTransferable.cxx
+++ b/chart2/source/controller/main/ChartTransferable.cxx
@@ -90,7 +90,7 @@ bool ChartTransferable::GetData( const css::datatransfer::DataFlavor& rFlavor, c
else if ( nFormat == SotClipboardFormatId::GDIMETAFILE )
{
Graphic aGraphic( m_xMetaFileGraphic );
- bResult = SetGDIMetaFile( aGraphic.GetGDIMetaFile(), rFlavor );
+ bResult = SetGDIMetaFile( aGraphic.GetGDIMetaFile() );
}
else if( nFormat == SotClipboardFormatId::BITMAP )
{