summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-08 19:11:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-08 19:15:32 +0200
commit5eb6bd4db7fb3d43672c386ac9cde58e981c8aa2 (patch)
treedadf670246d763449c3bacef4acfdd2c6251d198 /sc/inc
parente6fa865b4d5c7eb0576f7b1510077bca081ce4fb (diff)
lopluign:staticmethods: Handle DECL_LINK
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/externalrefmgr.hxx2
-rw-r--r--sc/inc/userdat.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 76e09e47e6e3..9af6eef3765d 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -78,7 +78,7 @@ private:
ScExternalRefLink() SAL_DELETED_FUNCTION;
ScExternalRefLink(const ScExternalRefLink&) SAL_DELETED_FUNCTION;
- DECL_LINK( ExternalRefEndEditHdl, void* );
+ DECL_STATIC_LINK( ScExternalRefLink, ExternalRefEndEditHdl, void* );
sal_uInt16 mnFileId;
OUString maFilterName;
diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx
index 5083c989a105..c01cbf57be89 100644
--- a/sc/inc/userdat.hxx
+++ b/sc/inc/userdat.hxx
@@ -35,7 +35,7 @@
class ScDrawObjFactory
{
- DECL_LINK( MakeUserData, SdrObjFactory * );
+ DECL_STATIC_LINK( ScDrawObjFactory, MakeUserData, SdrObjFactory * );
public:
ScDrawObjFactory();
~ScDrawObjFactory();