summaryrefslogtreecommitdiff
path: root/include
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 /include
parente6fa865b4d5c7eb0576f7b1510077bca081ce4fb (diff)
lopluign:staticmethods: Handle DECL_LINK
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/dinfdlg.hxx4
-rw-r--r--include/svtools/addresstemplate.hxx2
-rw-r--r--include/svx/float3d.hxx2
-rw-r--r--include/svx/fmobjfac.hxx2
-rw-r--r--include/svx/galmisc.hxx2
-rw-r--r--include/svx/objfac3d.hxx2
6 files changed, 7 insertions, 7 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 86e0036a3f8a..3bb88d996a53 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -210,7 +210,7 @@ private:
DECL_LINK(DeleteHdl, void *);
DECL_LINK(SignatureHdl, void *);
- DECL_LINK(ChangePassHdl, void *);
+ DECL_STATIC_LINK(SfxDocumentPage, ChangePassHdl, void *);
void ImplUpdateSignatures();
void ImplCheckPasswordState();
@@ -440,7 +440,7 @@ private:
Idle m_aBoxLoseFocusIdle;
Link<> m_aRemovedHdl;
- DECL_LINK( TypeHdl, CustomPropertiesTypeBox* );
+ DECL_STATIC_LINK( CustomPropertiesWindow, TypeHdl, CustomPropertiesTypeBox* );
DECL_LINK( RemoveHdl, CustomPropertiesRemoveButton* );
DECL_LINK( EditLoseFocusHdl, CustomPropertiesEdit* );
DECL_LINK( BoxLoseFocusHdl, CustomPropertiesTypeBox* );
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 28bc7edfcc1d..33bbeb6353c9 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -129,7 +129,7 @@ namespace svt
DECL_LINK(OnFieldScroll, ScrollBar*);
DECL_LINK(OnFieldSelect, ListBox*);
DECL_LINK(OnAdministrateDatasources, void*);
- DECL_LINK(OnComboGetFocus, ComboBox*);
+ DECL_STATIC_LINK(AddressBookSourceDialog, OnComboGetFocus, ComboBox*);
DECL_LINK(OnComboLoseFocus, ComboBox*);
DECL_LINK(OnComboSelect, ComboBox*);
DECL_LINK(OnOkClicked, void*);
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index 04c166228a94..1a7a5f509af5 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -198,7 +198,7 @@ private:
DECL_LINK( ModifyHdl, void * );
void ClickLight(PushButton &rBtn);
- DECL_LINK( ChangeLightCallbackHdl, void * );
+ DECL_STATIC_LINK( Svx3DWin, ChangeLightCallbackHdl, void * );
DECL_LINK( ChangeSelectionCallbackHdl, void * );
SVX_DLLPRIVATE void Construct();
diff --git a/include/svx/fmobjfac.hxx b/include/svx/fmobjfac.hxx
index b75e623bd89c..81b880102f10 100644
--- a/include/svx/fmobjfac.hxx
+++ b/include/svx/fmobjfac.hxx
@@ -31,7 +31,7 @@ public:
FmFormObjFactory();
~FmFormObjFactory();
- DECL_LINK(MakeObject, SdrObjFactory*);
+ DECL_STATIC_LINK(FmFormObjFactory, MakeObject, SdrObjFactory*);
};
#endif // _FM_FMOBJFAC_HXX
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index 729bdd20fd24..dce7dfa6b80a 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -132,7 +132,7 @@ public:
SgaUserDataFactory() { SdrObjFactory::InsertMakeUserDataHdl( USERDATA_HDL() ); }
~SgaUserDataFactory() { SdrObjFactory::RemoveMakeUserDataHdl( USERDATA_HDL() ); }
- DECL_LINK( MakeUserData, SdrObjFactory* );
+ DECL_STATIC_LINK( SgaUserDataFactory, MakeUserData, SdrObjFactory* );
};
class GraphicFilter;
diff --git a/include/svx/objfac3d.hxx b/include/svx/objfac3d.hxx
index 3588e20a3cea..734dc529cefd 100644
--- a/include/svx/objfac3d.hxx
+++ b/include/svx/objfac3d.hxx
@@ -40,7 +40,7 @@ public:
E3dObjFactory();
~E3dObjFactory();
- DECL_LINK(MakeObject, SdrObjFactory*);
+ DECL_STATIC_LINK(E3dObjFactory, MakeObject, SdrObjFactory*);
};