summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlg.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/condformatdlg.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/condformatdlg.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx
index a2f9bae21864..39a53d408f4e 100644
--- a/sc/source/ui/inc/condformatdlg.hxx
+++ b/sc/source/ui/inc/condformatdlg.hxx
@@ -93,7 +93,7 @@ private:
OUString msBaseTitle;
- formula::WeldRefEdit* mpLastEdit;
+ formula::RefEdit* mpLastEdit;
std::unique_ptr<weld::Button> mxBtnOk;
std::unique_ptr<weld::Button> mxBtnAdd;
std::unique_ptr<weld::Button> mxBtnRemove;
@@ -101,12 +101,12 @@ private:
std::unique_ptr<weld::Button> mxBtnDown;
std::unique_ptr<weld::Button> mxBtnCancel;
std::unique_ptr<weld::Label> mxFtRange;
- std::unique_ptr<formula::WeldRefEdit> mxEdRange;
- std::unique_ptr<formula::WeldRefButton> mxRbRange;
+ std::unique_ptr<formula::RefEdit> mxEdRange;
+ std::unique_ptr<formula::RefButton> mxRbRange;
std::unique_ptr<ScCondFormatList> mxCondFormList;
void updateTitle();
- DECL_LINK( EdRangeModifyHdl, formula::WeldRefEdit&, void );
+ DECL_LINK( EdRangeModifyHdl, formula::RefEdit&, void );
protected:
virtual void RefInputDone( bool bForced = false ) override;
@@ -130,7 +130,7 @@ public:
void OnSelectionChange(size_t nIndex, size_t nSize, bool bSelected = true);
DECL_LINK( BtnPressedHdl, weld::Button&, void );
- DECL_LINK( RangeGetFocusHdl, formula::WeldRefEdit&, void );
+ DECL_LINK( RangeGetFocusHdl, formula::RefEdit&, void );
};
#endif