diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdownicon.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx index d91ded524964..7483b71a8fa7 100644 --- a/sfx2/source/appl/shutdownicon.hxx +++ b/sfx2/source/appl/shutdownicon.hxx @@ -33,6 +33,7 @@ #include <sfx2/sfxuno.hxx> #include <cppuhelper/compbase4.hxx> #include <sfx2/dllapi.h> +#include <tools/link.hxx> class ResMgr; namespace sfx2 @@ -125,7 +126,8 @@ class SFX2_DLLPUBLIC ShutdownIcon : public ShutdownIconServiceBase void StartFileDialog(); sfx2::FileDialogHelper* GetFileDialog() const { return m_pFileDlg; } - static long DialogClosedHdl_Impl( ShutdownIcon*, sfx2::FileDialogHelper* ); + DECL_STATIC_LINK( + ShutdownIcon, DialogClosedHdl_Impl, sfx2::FileDialogHelper*); static bool IsQuickstarterInstalled(); |