diff options
Diffstat (limited to 'chart2/source/view/main/VLegend.hxx')
-rw-r--r-- | chart2/source/view/main/VLegend.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx index ff13d83305fa..c037b38cdefc 100644 --- a/chart2/source/view/main/VLegend.hxx +++ b/chart2/source/view/main/VLegend.hxx @@ -41,7 +41,7 @@ class VLegend public: VLegend( const css::uno::Reference< css::chart2::XLegend > & xLegend, const css::uno::Reference< css::uno::XComponentContext > & xContext, - const std::vector< LegendEntryProvider* >& rLegendEntryProviderList, + std::vector< LegendEntryProvider* >&& rLegendEntryProviderList, const css::uno::Reference< css::drawing::XShapes >& xTargetPage, const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory, ChartModel& rModel ); |