summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-22 16:18:58 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-22 18:57:16 +0000
commitefeb9281535f9e32a1d23332a19da69767dd1387 (patch)
tree8a78e678e2b640ac9d7fe366eae1f09d16ff4767 /include
parent0554e83ca9968e2301934bb2f420c9b9faee5681 (diff)
convert Link<> to typed
Change-Id: I12b3fdb443226a63786b94ce9836e9d2efa6a5c8 Reviewed-on: https://gerrit.libreoffice.org/18776 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 369a58148323..74b65970186b 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -55,6 +55,7 @@ class FmFormShell;
class Graphic;
class SdrObject;
class SvxSpellWrapper;
+struct FmSearchContext;
typedef ::std::vector< OUString > TargetList;
@@ -363,7 +364,7 @@ public:
const OUString& strInitialText,
const ::std::vector< OUString >& _rContexts,
sal_Int16 nInitialContext,
- const Link<>& lnkContextSupplier)=0;
+ const Link<FmSearchContext&,sal_uInt32>& lnkContextSupplier)=0;
virtual AbstractGraphicFilterDialog * CreateGraphicFilterEmboss(vcl::Window* pParent,
const Graphic& rGraphic,
RECT_POINT eLightSource)=0;