summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-01-28 19:19:58 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-01-28 22:14:43 +0100
commitd0eb98a4b3acf510e2e6aa6bb39e866d0977fc40 (patch)
tree2a943f80ff29ef7e378cb2295bf0d4a17ccfc18c /include/svx
parent95d1e7f0873a2bbb9ab4b0aa171fec29d36c3f55 (diff)
cid#1588086 COPY_INSTEAD_OF_MOVE
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 <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/grfflt.hxx2
1 files changed, 1 insertions, 1 deletions
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<void(GraphicObject)> f);
+ const std::function<void(const GraphicObject&)>& f);
static void DisableGraphicFilterSlots( SfxItemSet& rSet );
};