summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/sidebar/ChartAreaPanel.cxx2
1 files changed, 1 insertions, 1 deletions
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<css::frame::XModel>&
if (pBitmap->GetName().equalsIgnoreAsciiCase(rName))
{
- return GraphicObject(pBitmap->GetGraphicObject());
+ return pBitmap->GetGraphicObject();
}
}