From 5298b1b32d90002be8d09fe82955550c18eae8bc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Aug 2011 11:48:55 +0100 Subject: callcatcher: ditch some more methods --- formula/inc/formula/funcutl.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'formula/inc') diff --git a/formula/inc/formula/funcutl.hxx b/formula/inc/formula/funcutl.hxx index fd6c3a76032e..188e0b4e3f45 100644 --- a/formula/inc/formula/funcutl.hxx +++ b/formula/inc/formula/funcutl.hxx @@ -43,7 +43,6 @@ class FORMULA_DLLPUBLIC RefEdit : public Edit private: Timer aTimer; IControlReferenceHandler* pAnyRefDlg; // parent dialog - sal_Bool bSilentFocus; // for SilentGrabFocus() DECL_LINK( UpdateHdl, Timer* ); @@ -71,8 +70,6 @@ public: void StartUpdateData(); - void SilentGrabFocus(); // does not update any references - void SetRefDialog( IControlReferenceHandler* pDlg ); inline IControlReferenceHandler* GetRefDialog() { return pAnyRefDlg; } }; -- cgit