From d0eb98a4b3acf510e2e6aa6bb39e866d0977fc40 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 28 Jan 2024 19:19:58 +0000 Subject: cid#1588086 COPY_INSTEAD_OF_MOVE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and cid#1588075 COPY_INSTEAD_OF_MOVE cid#1588074 COPY_INSTEAD_OF_MOVE Change-Id: Ia621e7aafd5e0b009b8c97deeace8708897dad4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162667 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/svx/grfflt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/grfflt.hxx b/include/svx/grfflt.hxx index 731ef94bcdcb..13710ae4de55 100644 --- a/include/svx/grfflt.hxx +++ b/include/svx/grfflt.hxx @@ -32,7 +32,7 @@ public: /// this will execute a dialog and then call function f with the output of the filtering operation static void ExecuteGrfFilterSlot( SfxRequest const & rReq, const GraphicObject& rInputObject, - std::function f); + const std::function& f); static void DisableGraphicFilterSlots( SfxItemSet& rSet ); }; -- cgit