summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/solvrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/solvrdlg.hxx')
-rw-r--r--sc/source/ui/inc/solvrdlg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx
index 173ced735a6a..474d202c0a2b 100644
--- a/sc/source/ui/inc/solvrdlg.hxx
+++ b/sc/source/ui/inc/solvrdlg.hxx
@@ -59,17 +59,17 @@ private:
const OUString errMsgNoFormula;
const OUString errMsgInvalidVal;
- formula::WeldRefEdit* m_pEdActive;
+ formula::RefEdit* m_pEdActive;
std::unique_ptr<weld::Label> m_xFtFormulaCell;
- std::unique_ptr<formula::WeldRefEdit> m_xEdFormulaCell;
- std::unique_ptr<formula::WeldRefButton> m_xRBFormulaCell;
+ std::unique_ptr<formula::RefEdit> m_xEdFormulaCell;
+ std::unique_ptr<formula::RefButton> m_xRBFormulaCell;
std::unique_ptr<weld::Entry> m_xEdTargetVal;
std::unique_ptr<weld::Label> m_xFtVariableCell;
- std::unique_ptr<formula::WeldRefEdit> m_xEdVariableCell;
- std::unique_ptr<formula::WeldRefButton> m_xRBVariableCell;
+ std::unique_ptr<formula::RefEdit> m_xEdVariableCell;
+ std::unique_ptr<formula::RefButton> m_xRBVariableCell;
std::unique_ptr<weld::Button> m_xBtnOk;
std::unique_ptr<weld::Button> m_xBtnCancel;
@@ -79,11 +79,11 @@ private:
void RaiseError( ScSolverErr eError );
DECL_LINK( BtnHdl, weld::Button&, void );
- DECL_LINK( GetEditFocusHdl, formula::WeldRefEdit&, void );
- DECL_LINK( LoseEditFocusHdl, formula::WeldRefEdit&, void );
+ DECL_LINK( GetEditFocusHdl, formula::RefEdit&, void );
+ DECL_LINK( LoseEditFocusHdl, formula::RefEdit&, void );
- DECL_LINK( GetButtonFocusHdl, formula::WeldRefButton&, void );
- DECL_LINK( LoseButtonFocusHdl, formula::WeldRefButton&, void );
+ DECL_LINK( GetButtonFocusHdl, formula::RefButton&, void );
+ DECL_LINK( LoseButtonFocusHdl, formula::RefButton&, void );
DECL_LINK( GetFocusHdl, weld::Widget&, void );
};