summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-06 20:29:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-08 06:34:07 +0200
commitbd7cf3915964ba80786e2ae77b33fc654fde1f31 (patch)
treea153eee4572d794f391c61ba487e05772acb81cc /sfx2/source
parent93115d2c54d645bcf2f80fde325e3ede39dee4d5 (diff)
loplugin:moveparam in vcl
Change-Id: Ic43e02576454e3ee174304db350659dd113a1d5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123186 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appdde.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}