summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 );
};