From bd7cf3915964ba80786e2ae77b33fc654fde1f31 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Oct 2021 20:29:08 +0200 Subject: loplugin:moveparam in vcl Change-Id: Ic43e02576454e3ee174304db350659dd113a1d5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123186 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/appl/appdde.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx index 2144cf5d9cc5..b5c6ee54b6fc 100644 --- a/sfx2/source/appl/appdde.cxx +++ b/sfx2/source/appl/appdde.cxx @@ -282,7 +282,7 @@ bool SfxAppEvent_Impl( const OUString& rCmd, std::u16string_view rEvent, } } - GetpApp()->AppEvent( ApplicationEvent(eType, aData) ); + GetpApp()->AppEvent( ApplicationEvent(eType, std::move(aData)) ); return true; } } -- cgit