summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-16 13:41:03 +0200
committerNoel Grandin <noel@peralex.com>2015-10-16 13:44:18 +0200
commit7320072e3b49e39528e2ec9e51aa777eaff31031 (patch)
tree125a82f3fd4afd91bd8046aa1362f44959b48a32 /include/sfx2
parenta9bb16e89ca23e1975becbb0fa061e379613ace4 (diff)
convert Link<> to typed
Change-Id: I39a0b4d5fb62ae66926148103b396578ed37405d
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx
index 30bb0959997a..f6e87caf9a40 100644
--- a/include/sfx2/sfxdlg.hxx
+++ b/include/sfx2/sfxdlg.hxx
@@ -79,7 +79,7 @@ public:
class SfxAbstractApplyTabDialog : virtual public SfxAbstractTabDialog
{
public:
- virtual void SetApplyHdl( const Link<>& rLink ) = 0;
+ virtual void SetApplyHdl( const Link<LinkParamNone*,void>& rLink ) = 0;
};
class SfxAbstractInsertObjectDialog : virtual public VclAbstractDialog