summaryrefslogtreecommitdiff
path: root/writerperfect/inc/ImportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/ImportFilter.hxx')
-rw-r--r--writerperfect/inc/ImportFilter.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx
index f2cfb614d1b4..9923b834625b 100644
--- a/writerperfect/inc/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -23,6 +23,7 @@
#include <cppuhelper/implbase.hxx>
#include <unotools/mediadescriptor.hxx>
+#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <xmloff/xmlimp.hxx>
@@ -43,8 +44,8 @@ class ImportFilterImpl
css::lang::XInitialization>
{
public:
- ImportFilterImpl(const css::uno::Reference<css::uno::XComponentContext>& rxContext)
- : mxContext(rxContext)
+ ImportFilterImpl(css::uno::Reference<css::uno::XComponentContext> xContext)
+ : mxContext(std::move(xContext))
{
}