summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.hxx
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 /cui/source/options/optinet2.hxx
parente6fa865b4d5c7eb0576f7b1510077bca081ce4fb (diff)
lopluign:staticmethods: Handle DECL_LINK
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
Diffstat (limited to 'cui/source/options/optinet2.hxx')
-rw-r--r--cui/source/options/optinet2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx
index d1b4362794ea..15403a16082a 100644
--- a/cui/source/options/optinet2.hxx
+++ b/cui/source/options/optinet2.hxx
@@ -96,7 +96,7 @@ private:
void RestoreConfigDefaults_Impl();
DECL_LINK( ProxyHdl_Impl, ListBox * );
- DECL_LINK( LoseFocusHdl_Impl, Edit * );
+ DECL_STATIC_LINK( SvxProxyTabPage, LoseFocusHdl_Impl, Edit * );
public:
SvxProxyTabPage( vcl::Window* pParent, const SfxItemSet& rSet );
@@ -157,10 +157,10 @@ private:
DECL_LINK(SecurityOptionsHdl, void *);
DECL_LINK(SavePasswordHdl, void* );
- DECL_LINK(MasterPasswordHdl, void *);
+ DECL_STATIC_LINK(SvxSecurityTabPage, MasterPasswordHdl, void *);
DECL_LINK(MasterPasswordCBHdl, void* );
DECL_LINK(ShowPasswordsHdl, void *);
- DECL_LINK(MacroSecPBHdl, void* );
+ DECL_STATIC_LINK(SvxSecurityTabPage, MacroSecPBHdl, void* );
DECL_LINK(CertPathPBHdl, void* );
DECL_LINK(TSAURLsPBHdl, void* );