From 2bd48ad3bc29b008d756612307d3e72021bc3cbf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 14 May 2018 15:21:49 +0200 Subject: loplugin:redundantfcast Change-Id: I412eb9530e4b10281c505c07f0c18a4220e2cba9 --- chart2/source/controller/sidebar/ChartAreaPanel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.cxx b/chart2/source/controller/sidebar/ChartAreaPanel.cxx index 725bb30a22f6..49581374374e 100644 --- a/chart2/source/controller/sidebar/ChartAreaPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAreaPanel.cxx @@ -195,7 +195,7 @@ GraphicObject getXBitmapFromName(const css::uno::Reference& if (pBitmap->GetName().equalsIgnoreAsciiCase(rName)) { - return GraphicObject(pBitmap->GetGraphicObject()); + return pBitmap->GetGraphicObject(); } } -- cgit