summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuitphfedit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-23 14:22:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-23 13:10:23 +0000
commit5ae90e154aa2544174f7522a5464436901152cc7 (patch)
treeb802fd8a69bd0f7785081d7f1c5772d53fe077a2 /sc/source/ui/inc/scuitphfedit.hxx
parentc24ce843619416f1e6c082a6e8e512310e6e0040 (diff)
convert Link<> to typed
Change-Id: Ib0f043cf40f2a1b4b9f0837a5c536994bff3aeef Reviewed-on: https://gerrit.libreoffice.org/18810 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/scuitphfedit.hxx')
-rw-r--r--sc/source/ui/inc/scuitphfedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/scuitphfedit.hxx b/sc/source/ui/inc/scuitphfedit.hxx
index d0767fc88acf..4e9e06b71c62 100644
--- a/sc/source/ui/inc/scuitphfedit.hxx
+++ b/sc/source/ui/inc/scuitphfedit.hxx
@@ -99,7 +99,7 @@ private:
static bool IsExtFileNameEntry(EditTextObject* pTextObj);
DECL_LINK( ListHdl_Impl, ListBox* );
DECL_LINK_TYPED( ClickHdl, Button*, void );
- DECL_STATIC_LINK( ScHFEditPage, MenuHdl, ScExtIButton* );
+ DECL_STATIC_LINK_TYPED( ScHFEditPage, MenuHdl, ScExtIButton&, void );
};
class ScRightHeaderEditPage : public ScHFEditPage