diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-19 08:51:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-19 10:26:48 +0100 |
commit | 0e09134a4a4cbb0639fc586c560c6fb2765487be (patch) | |
tree | 11cb08a245f353303669ab95cd8266bd6eb5a407 /include/formula | |
parent | d3a5b4e86f431c73a92b536b049c4b16b9c226b5 (diff) |
callcatcher: update unused code
Change-Id: Ia25c686dac799707cae3f6112c731f8cd3f686c2
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/funcutl.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 18e94ab20a4d..5752cf078de8 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -95,13 +95,8 @@ protected: virtual void LoseFocus() SAL_OVERRIDE; public: - RefButton(Window* _pParent, const ResId& rResId); RefButton(Window* _pParent, WinBits nStyle = 0); - RefButton(Window* _pParent, const ResId& rResId, - RefEdit* pEdit, IControlReferenceHandler* pDlg); - void SetReferences( IControlReferenceHandler* pDlg, RefEdit* pEdit ); - void SetStartImage(); void SetEndImage(); void DoRef() |