summaryrefslogtreecommitdiff
path: root/include/test/sheet/cellarealink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/cellarealink.hxx')
-rw-r--r--include/test/sheet/cellarealink.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/test/sheet/cellarealink.hxx b/include/test/sheet/cellarealink.hxx
index eb3a13547c0a..bf300be30fdb 100644
--- a/include/test/sheet/cellarealink.hxx
+++ b/include/test/sheet/cellarealink.hxx
@@ -15,14 +15,15 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
+#include <utility>
namespace apitest
{
class OOO_DLLPUBLIC_TEST CellAreaLink
{
public:
- CellAreaLink(const OUString& rFileURL)
- : m_aFileURL(rFileURL)
+ CellAreaLink(OUString aFileURL)
+ : m_aFileURL(std::move(aFileURL))
{
}
virtual css::uno::Reference<css::uno::XInterface> init() = 0;