summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/weldutils.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/weldutils.cxx b/vcl/source/app/weldutils.cxx
index 96d08f38a600..2bd03eaead81 100644
--- a/vcl/source/app/weldutils.cxx
+++ b/vcl/source/app/weldutils.cxx
@@ -500,7 +500,7 @@ WidgetStatusListener::WidgetStatusListener(weld::Widget* widget, const OUString&
if (!xFrame.is())
xFrame = xDesktop;
- mxFrame = xFrame;
+ mxFrame = std::move(xFrame);
maCommandURL.Complete = aCommand;
css::uno::Reference<css::util::XURLTransformer> xParser