summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-17 20:49:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-17 20:49:14 +0100
commitc842486ab0b9e1f8d51e0af23622ac88ea048124 (patch)
treef731b754308aa29bd4b2476c3cb06afcb8c1420a /include
parentb15230153ce620f2063e78e4ec61d0436b61dd10 (diff)
restore these for the moment, still in use in sc
Change-Id: I6967a3c871338d1801d913d9bb54eba50a7660ca
Diffstat (limited to 'include')
-rw-r--r--include/formula/funcutl.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index a8d5af0a9e86..18e94ab20a4d 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -44,6 +44,7 @@ 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();
@@ -94,7 +95,10 @@ 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 );