diff options
Diffstat (limited to 'sfx2/source/appl/fileobj.hxx')
-rw-r--r-- | sfx2/source/appl/fileobj.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.hxx b/sfx2/source/appl/fileobj.hxx index 7e0c72bb56eb..3b96e32a8a6d 100644 --- a/sfx2/source/appl/fileobj.hxx +++ b/sfx2/source/appl/fileobj.hxx @@ -54,8 +54,8 @@ class SvFileObject : public sfx2::SvLinkSource bool LoadFile_Impl(); void SendStateChg_Impl( sfx2::LinkManager::LinkState nState ); - DECL_STATIC_LINK( SvFileObject, DelMedium_Impl, SfxMediumRef* ); - DECL_STATIC_LINK( SvFileObject, LoadGrfReady_Impl, void* ); + DECL_LINK( DelMedium_Impl, SfxMediumRef* ); + DECL_LINK( LoadGrfReady_Impl, void* ); DECL_LINK( DialogClosedHdl, sfx2::FileDialogHelper* ); protected: |