diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-06-16 14:30:55 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-17 19:42:15 +0000 |
commit | 0cf14968aacfbf2e51f884242a1c243a645cb7fc (patch) | |
tree | ed08b7c5f8fb73269b60e0226dd788132f328648 /include | |
parent | 55561240dbe076dd7ab504161dc5a779af873bad (diff) |
RID_FORMULADLG_FORMULA conversion to .ui
Change-Id: I098c9ee9d22ac0401faf7fc6d65e91bf5b4b2bf8
Reviewed-on: https://gerrit.libreoffice.org/9797
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/funcutl.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 18e94ab20a4d..a8d5af0a9e86 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -44,7 +44,6 @@ protected: virtual void LoseFocus() SAL_OVERRIDE; public: - RefEdit( Window* _pParent,IControlReferenceHandler* pParent, Window* pShrinkModeLabel, const ResId& rResId ); RefEdit( Window* _pParent, Window* pShrinkModeLabel, WinBits nStyle = WB_BORDER ); virtual ~RefEdit(); @@ -95,10 +94,7 @@ 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 ); |