summaryrefslogtreecommitdiff
path: root/chart2/source/controller/uitest/uiobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/uitest/uiobject.cxx')
-rw-r--r--chart2/source/controller/uitest/uiobject.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/controller/uitest/uiobject.cxx b/chart2/source/controller/uitest/uiobject.cxx
index 5081f00c7253..427976767425 100644
--- a/chart2/source/controller/uitest/uiobject.cxx
+++ b/chart2/source/controller/uitest/uiobject.cxx
@@ -18,14 +18,15 @@
#include <comphelper/servicehelper.hxx>
+#include <utility>
#include <vcl/svapp.hxx>
#include <algorithm>
#include <iterator>
ChartUIObject::ChartUIObject(const VclPtr<chart::ChartWindow>& xChartWindow,
- const OUString& rCID):
- maCID(rCID),
+ OUString aCID):
+ maCID(std::move(aCID)),
mxChartWindow(xChartWindow)
{
}