summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/crnrdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-08 11:14:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-11 20:31:04 +0200
commitd56ee7339f1a2ca73167791a5b39b6da38b401d5 (patch)
tree72c5572c4a68b8c14b8c5cfc853c3be173caeb64 /sc/source/ui/inc/crnrdlg.hxx
parentd6a43b40736fef259402177cb50e6d1428112cfc (diff)
remove unused RefEdit/RefButton
and rename WeldRefEdit/WeldRefButton back Change-Id: I3aab8585d4ba1017cc755bf21e827522e7ee6980 Reviewed-on: https://gerrit.libreoffice.org/71957 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/crnrdlg.hxx')
-rw-r--r--sc/source/ui/inc/crnrdlg.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/ui/inc/crnrdlg.hxx b/sc/source/ui/inc/crnrdlg.hxx
index 948724e08e84..697721e4668b 100644
--- a/sc/source/ui/inc/crnrdlg.hxx
+++ b/sc/source/ui/inc/crnrdlg.hxx
@@ -55,15 +55,15 @@ private:
ScDocument* pDoc;
bool bDlgLostFocus;
- formula::WeldRefEdit* m_pEdActive;
+ formula::RefEdit* m_pEdActive;
std::unique_ptr<weld::TreeView> m_xLbRange;
- std::unique_ptr<formula::WeldRefEdit> m_xEdAssign;
- std::unique_ptr<formula::WeldRefButton> m_xRbAssign;
+ std::unique_ptr<formula::RefEdit> m_xEdAssign;
+ std::unique_ptr<formula::RefButton> m_xRbAssign;
std::unique_ptr<weld::RadioButton> m_xBtnColHead;
std::unique_ptr<weld::RadioButton> m_xBtnRowHead;
- std::unique_ptr<formula::WeldRefEdit> m_xEdAssign2;
- std::unique_ptr<formula::WeldRefButton> m_xRbAssign2;
+ std::unique_ptr<formula::RefEdit> m_xEdAssign2;
+ std::unique_ptr<formula::RefButton> m_xRbAssign2;
std::unique_ptr<weld::Button> m_xBtnOk;
std::unique_ptr<weld::Button> m_xBtnCancel;
@@ -84,14 +84,14 @@ private:
DECL_LINK( AddBtnHdl, weld::Button&, void );
DECL_LINK( RemoveBtnHdl, weld::Button&, void );
DECL_LINK( Range1SelectHdl, weld::TreeView&, void );
- DECL_LINK( Range1DataModifyHdl, formula::WeldRefEdit&, void );
+ DECL_LINK( Range1DataModifyHdl, formula::RefEdit&, void );
DECL_LINK( ColClickHdl, weld::Button&, void );
DECL_LINK( RowClickHdl, weld::Button&, void );
- DECL_LINK( Range2DataModifyHdl, formula::WeldRefEdit&, void );
- DECL_LINK( GetEditFocusHdl, formula::WeldRefEdit&, void );
- DECL_LINK( LoseEditFocusHdl, formula::WeldRefEdit&, void );
- DECL_LINK( GetButtonFocusHdl, formula::WeldRefButton&, void );
- DECL_LINK( LoseButtonFocusHdl, formula::WeldRefButton&, void );
+ DECL_LINK( Range2DataModifyHdl, formula::RefEdit&, void );
+ DECL_LINK( GetEditFocusHdl, formula::RefEdit&, void );
+ DECL_LINK( LoseEditFocusHdl, formula::RefEdit&, void );
+ DECL_LINK( GetButtonFocusHdl, formula::RefButton&, void );
+ DECL_LINK( LoseButtonFocusHdl, formula::RefButton&, void );
};
#endif // INCLUDED_SC_SOURCE_UI_INC_CRNRDLG_HXX