diff options
Diffstat (limited to 'cui/source/inc/cuihyperdlg.hxx')
-rw-r--r-- | cui/source/inc/cuihyperdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx index f32bc7147959..244c195ce817 100644 --- a/cui/source/inc/cuihyperdlg.hxx +++ b/cui/source/inc/cuihyperdlg.hxx @@ -68,12 +68,14 @@ private: bool mbReadOnly : 1; bool mbIsHTMLDoc : 1; + DECL_LINK (ClickOkHdl_Impl, void * ); DECL_LINK (ClickApplyHdl_Impl, void * ); DECL_LINK (ClickCloseHdl_Impl, void * ); protected: virtual bool Close() SAL_OVERRIDE; virtual void Move() SAL_OVERRIDE; + void Apply(); public: SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings ); |